A custom Scout Alarm Integration for Home Assistant.
You can install this integration via HACS or manually.
Search for the Scout Alarm integration and choose install. Reboot Home Assistant and configure the Scout Alarm integration via the integrations page or press the blue button below.
Copy the custom_components/scout_alarm
to your custom_components folder. Reboot Home Assistant and configure the iKamand integration via the integrations page or press the blue button below.
If you prefer to configure the integration via YAML instead of the UI, add something like the following to your configuration.yaml
:
scout_alarm:
username: !secret scout_alarm_username
password: !secret scout_alarm_password
modes:
armed_away: Away #value should match the name of the mode in your Scout system
armed_home: Perimeter
armed_night: Night
Note that not all modes need to be mapped, but values do need to be unique, so do not map multiple states to the same scout mode.
- Door Panel
- Access Sensor
- Motion Sensor
- Smart Smoke and Carbon Monoxide Detector
- Water Sensor
- Glass Break Sensor
- Door Lock
- Scout Indoor Camera
- Scout Video Doorbell
- Keypad
An alarm_control_panel
entity is created whose state will reflect that of your scout alarm.
A binary_sensor
entity is created for each supported Scout device.
A sensor
entitity is created for Temperature and Humidity for those Scout devices that report on that data.
For any one Scout device (i.e, Motion Sensor), up to three Entities might be created (the binary_sensor
for the device and two sensor
s for temperature and humidity).