Convert Abode to new config style (#6458)

Fixes #6385 for Abode
This commit is contained in:
Ryan Bahm 2018-10-03 01:27:12 -07:00 committed by Franck Nijhof
parent 488b34fbbf
commit 10b8a12d4c

View File

@ -46,14 +46,33 @@ abode:
- 'ZW:0000000022'
```
Configuration variables:
- **username** (*Required*): Username for your Abode account.
- **password** (*Required*): Password for your Abode account.
- **name** (*Optional*): The name for your alarm controller.
- **polling** (*Optional*): Enable polling if cloud push updating is less reliable. Will update the devices once every 30 seconds. Defaults to False.
- **exclude** (*Optional*): A list of devices to exclude from Home Assistant by their Abode `device_id` or `automation_id`, found within the component attributes.
- **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.
{% configuration %}
username:
description: Username for your Abode account.
required: true
type: string
password:
description: Password for your Abode account.
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 %}