mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Add variables description
This commit is contained in:
parent
c83c845e55
commit
fa37be99e1
@ -19,15 +19,25 @@ We support:
|
|||||||
* Reading from thermometers and hygrometers integrated in various devices
|
* Reading from thermometers and hygrometers integrated in various devices
|
||||||
* Reading alarm status
|
* Reading alarm status
|
||||||
|
|
||||||
Username and password are required. Other variables are optional and allow you to disable certain devices.
|
To integrate Verisure with Home Assistant, add the following section to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
verisure:
|
verisure:
|
||||||
username: user@example.com
|
username: USERNAME
|
||||||
password: password
|
password: PASSWORD
|
||||||
alarm: 1
|
alarm: 1
|
||||||
hygrometers: 0
|
hygrometers: 0
|
||||||
smartplugs: 1
|
smartplugs: 1
|
||||||
thermometers: 0
|
thermometers: 0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
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.
|
||||||
|
- **thermometers** (*Optional*): Set to 1 to show thermometers, 0 to disable. Default 1.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user