mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
1.9 KiB
1.9 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|
page | Verisure | Instructions on how to setup Verisure devices within Home Assistant. | 2015-08-17 20:28 | true | false | true | true | verisure.png | Hub | pre 0.7 | Cloud Polling |
Home Assistant has support to integrate your Verisure devices.
We support:
- Alarm
- Smartplugs
- Reading from thermometers and hygrometers integrated in various devices
- Mouse Detector
- Locks
- Door & Window
To integrate Verisure with Home Assistant, add the following section to your configuration.yaml
file:
# Example configuration.yaml entry
verisure:
username: USERNAME
password: PASSWORD
Configuration variables:
- username (Required): The username to Verisure mypages.
- password (Required): The password to Verisure mypages.
- alarm (Optional): Set to 1 to show alarm, 0 to disable. Default 1.
- hygrometers (Optional): Set to 1 to show hygrometers, 0 to disable. Default 1.
- smartplugs (Optional): Set to 1 to show smartplugs, 0 to disable. Default 1.
- locks (Optional): Set to 1 to show locks, 0 to disable. Default 1.
- thermometers (Optional): Set to 1 to show thermometers, 0 to disable. Default 1.
- mouse (Optional): Set to 1 to show mouse detectors, 0 to disable. Default 1.
- door_window (Optional): Set to 1 to show door and window sensors, 0 to disable. Default 1.
- code_digits (Optional): Number of digits in PIN code. Default 4.
- giid (Optional): The GIID of your installation (If you have more then one alarm system). To find the GIID for your systems run 'python verisure.py EMAIL PASSWORD installations'