
Update style of Verisure component documentation to follow new configuration variables description. Related to #6385.
2.3 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 %} username: description: The username to Verisure mypages. required: true type: string password: description: The password to Verisure mypages. required: true type: string alarm: description: Set to true to show alarm, false to disable. required: false default: true type: boolean hygrometers: description: Set to true to show hygrometers, false to disable. required: false default: true type: boolean smartplugs: description: Set to true to show smartplugs, false to disable. required: false default: true type: boolean locks: description: Set to true to show locks, false to disable. required: false default: true type: boolean thermometers: description: Set to true to show thermometers, false to disable. required: false default: true type: boolean mouse: description: Set to true to show mouse detectors, false to disable. required: false default: true type: boolean door_window: description: Set to true to show mouse detectors, false to disable. required: false default: true type: boolean code_digits: description: Number of digits in PIN code. required: false default: 4 type: integer giid: description: 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'. required: false type: string {% endconfiguration %}