Skip to content

Commit 42f6226

Browse files
committed
release 0.0.2
1 parent 5c2bf6c commit 42f6226

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
__pycache__/
2-
venv/
2+
venv/
3+
/.idea/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "sms77.io Logo")
22

3-
# Official Home Assistant integration
3+
# `pandaedward` Fork of Official Home Assistant integration
44

55
This integration adds the possibility of sending SMS and making text-to-speech calls via [sms77](https://wwww.sms77.io).
66

custom_components/seven/manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"codeowners": [
3-
"@matthiez"
3+
"@matthiez",
4+
"@pandaedward"
45
],
56
"documentation": "https://github.com/seven-io/home-assistant",
67
"domain": "seven",
78
"iot_class": "assumed_state",
89
"issue_tracker": "https://github.com/seven-io/home-assistant/issues",
910
"name": "seven",
10-
"version": "0.0.1"
11+
"version": "0.0.2"
1112
}

0 commit comments

Comments
 (0)