Title: "Sector Alarm"
Description: "Support for Sector Alarm integration with Homeassistant."
Date created: 2020-04-29
Last update: 2020-06-06
Integrates with Swedish Sector Alarm home alarm system (most likely works in all countries serviced by Sector Alarm). Currently supporting alarm, doorlock and temperature sensors
Option1: Use HACS to install
Option2:
Create a new folder under custom_components
called sector
. Upload the ***.py
-files to the newly created folder. Then update your configuration as per below before restarting your Home Assistant.
To start Sector Alarm in your installation, add the following to your configuration.yaml
file:
# Configuration.yaml entry
sector:
userid: !secret sector_alarm_email
password: !secret sector_alarm_pwd
code: !secret sector_alarm_code
# Example configuration.yaml entry
sector:
userid: [email protected]
password: VerySecretPassword
code: "123456"