Update to hue configuration syntax (#6419)

This commit is contained in:
Fredrik Baberg 2018-10-02 10:44:39 +02:00 committed by Fabian Affolter
parent 0652a7b0a9
commit 0122c1ca92

View File

@ -33,12 +33,24 @@ hue:
- host: DEVICE_IP_ADDRESS - host: DEVICE_IP_ADDRESS
``` ```
Configuration variables: {% configuration %}
host:
- **host** (*Required*): The IP address of the device, eg. 192.168.1.10. Required if not using the `discovery` component to discover Hue bridges. description: The IP address of the device, eg. 192.168.1.10. Required if not using the `discovery` component to discover Hue bridges.
- **allow_unreachable** (*Optional*): (true/false) This will allow unreachable bulbs to report their state correctly. required: true
- **filename** (*Optional*): Make this unique if specifying multiple Hue hubs. type: string
- **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge. allow_unreachable:
description: This will allow unreachable bulbs to report their state correctly.
required: false
type: boolean
filename:
description: Make this unique if specifying multiple Hue hubs.
required: false
type: string
allow_hue_groups:
description: Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
required: false
type: boolean
{% endconfiguration %}
## {% linkable_title Examples %} ## {% linkable_title Examples %}