-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#19: Changed the structure to support hacs
- Loading branch information
Sebastian Steinmann
committed
Sep 15, 2019
1 parent
e8f0149
commit ca0c2c0
Showing
5 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"domain": "hass_sectoralarm", | ||
"name": "Hass Sectoralarm", | ||
"documentation": "https://github.com/mgejke/hass-sectoralarm", | ||
"dependencies": ["sector_alarm"], | ||
"codeowners": ["mgejke"], | ||
"requirements": ["aiohttp", "asyncsector>=0.2.0"] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# hass-sectoralarm | ||
|
||
A Sector Alarm component for Home Assistant | ||
|
||
Add the following to your settings file: | ||
``` | ||
sector_alarm: | ||
email: [email protected] | ||
password: ******* | ||
alarm_id: <can be found from the url when you login to Sector Alarm, inside ""> | ||
code: <Your pin code to asm/disarm, optional> | ||
thermometers: <if any thermometers should be added to HA, true/false, default is true> | ||
alarm_panel: <if the alarm panel component should be added to HA, true/false, default is true> | ||
version: <version of the sector alarm api, default is 'v1_1_70'> | ||
``` | ||
|
||
Skip optional lines completely if not wanted. |
ca0c2c0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo in info.md, line 11: asm->arm