mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
commit
5e03146a82
@ -33,11 +33,20 @@ hue:
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **host** (*Optional*): IP address of the device, eg. 192.168.1.10. Required if not using the `discovery` component to discover Hue bridges.
|
||||
- **host**: 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.
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry specifying optional parameters
|
||||
hue:
|
||||
bridges:
|
||||
- host: DEVICE_IP_ADDRESS
|
||||
allow_unreachable: true
|
||||
allow_hue_groups: true
|
||||
```
|
||||
|
||||
### {% linkable_title Migrating from older configuration %}
|
||||
|
||||
In previous versions of the Hue component the configuration looked different:
|
||||
|
Loading…
x
Reference in New Issue
Block a user