mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 00:06:51 +00:00
Update to hue configuration syntax (#6419)
This commit is contained in:
parent
0652a7b0a9
commit
0122c1ca92
@ -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 %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user