mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
parent
488b34fbbf
commit
10b8a12d4c
@ -46,14 +46,33 @@ abode:
|
|||||||
- 'ZW:0000000022'
|
- 'ZW:0000000022'
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
username:
|
||||||
- **username** (*Required*): Username for your Abode account.
|
description: Username for your Abode account.
|
||||||
- **password** (*Required*): Password for your Abode account.
|
required: true
|
||||||
- **name** (*Optional*): The name for your alarm controller.
|
type: string
|
||||||
- **polling** (*Optional*): Enable polling if cloud push updating is less reliable. Will update the devices once every 30 seconds. Defaults to False.
|
password:
|
||||||
- **exclude** (*Optional*): A list of devices to exclude from Home Assistant by their Abode `device_id` or `automation_id`, found within the component attributes.
|
description: Password for your Abode account.
|
||||||
- **lights** (*Optional*): A list of switch devices that Home Assistant should treat as lights by the switches Abode `device_id`, found within the component attributes.
|
required: true
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: The name for your alarm controller.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
|
polling:
|
||||||
|
description: Enable polling if cloud push updating is less reliable. Will update the devices once every 30 seconds.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
exclude:
|
||||||
|
description: A list of devices to exclude from Home Assistant by their Abode `device_id` or `automation_id`, found within the component attributes.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
lights:
|
||||||
|
description: A list of switch devices that Home Assistant should treat as lights by the switches Abode `device_id`, found within the component attributes.
|
||||||
|
required: false
|
||||||
|
type: list
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Events %}
|
## {% linkable_title Events %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user