A Sector Alarm component for Home Assistant.
Forked from mgejke and added changes while we wait for his return and merging the PR's that was suggested.
Clone or download the files, put them in your Home Assistant settings folder:
<your_home_assistant_folder>\custom_components\sector_alarm\__init__.py
<your_home_assistant_folder>\custom_components\sector_alarm\sensor.py
<your_home_assistant_folder>\custom_components\sector_alarm\alarm_control_panel.py
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.