File tree 1 file changed +10
-1
lines changed 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
Configuration variables:
35
35
36
- - **host** (*Optional*) : IP address of the device, eg. 192.168.1.10. Required if not using the ` discovery` component to discover Hue bridges.
36
+ - **host**: IP address of the device, eg. 192.168.1.10. Required if not using the ` discovery` component to discover Hue bridges.
37
37
- **allow_unreachable** (*Optional*): (true/false) This will allow unreachable bulbs to report their state correctly.
38
38
- **filename** (*Optional*): Make this unique if specifying multiple Hue hubs.
39
39
- **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
40
40
41
+ ` ` ` yaml
42
+ # Example configuration.yaml entry specifying optional parameters
43
+ hue:
44
+ bridges:
45
+ - host: DEVICE_IP_ADDRESS
46
+ allow_unreachable: true
47
+ allow_hue_groups: true
48
+ ` ` `
49
+
41
50
# ## {% linkable_title Migrating from older configuration %}
42
51
43
52
In previous versions of the Hue component the configuration looked different :
You can’t perform that action at this time.
0 commit comments