mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Required*): 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.
|
||||
- **filename** (*Optional*): Make this unique if specifying multiple Hue hubs.
|
||||
- **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
|
||||
{% configuration %}
|
||||
host:
|
||||
description: The IP address of the device, eg. 192.168.1.10. Required if not using the `discovery` component to discover Hue bridges.
|
||||
required: true
|
||||
type: string
|
||||
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 %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user