mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 10:56:49 +00:00
Update Verisure component configuration variable (#6673)
Update style of Verisure component documentation to follow new configuration variables description. Related to #6385.
This commit is contained in:
parent
d9228a4aa4
commit
c1a55e60e6
@ -33,16 +33,57 @@ verisure:
|
|||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): The username to Verisure mypages.
|
description: The username to Verisure mypages.
|
||||||
- **password** (*Required*): The password to Verisure mypages.
|
required: true
|
||||||
- **alarm** (*Optional*): Set to 1 to show alarm, 0 to disable. Default 1.
|
type: string
|
||||||
- **hygrometers** (*Optional*): Set to 1 to show hygrometers, 0 to disable. Default 1.
|
password:
|
||||||
- **smartplugs** (*Optional*): Set to 1 to show smartplugs, 0 to disable. Default 1.
|
description: The password to Verisure mypages.
|
||||||
- **locks** (*Optional*): Set to 1 to show locks, 0 to disable. Default 1.
|
required: true
|
||||||
- **thermometers** (*Optional*): Set to 1 to show thermometers, 0 to disable. Default 1.
|
type: string
|
||||||
- **mouse** (*Optional*): Set to 1 to show mouse detectors, 0 to disable. Default 1.
|
alarm:
|
||||||
- **door_window** (*Optional*): Set to 1 to show door and window sensors, 0 to disable. Default 1.
|
description: Set to true to show alarm, false to disable.
|
||||||
- **code_digits** (*Optional*): Number of digits in PIN code. Default 4.
|
required: false
|
||||||
- **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'
|
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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user