Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.65 KB

readme.md

File metadata and controls

49 lines (34 loc) · 1.65 KB

Sector Alarm

hacs_badge size_badge version_badge

Integratation to Sector Alarm


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

Installation

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.

Activate integration in HA

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"