File tree 1 file changed +18
-6
lines changed 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 33
33
- host : DEVICE_IP_ADDRESS
34
34
` ` `
35
35
36
- Configuration variables:
37
-
38
- - **host** (*Required*): The IP address of the device, eg. 192.168.1.10. Required if not using the ` discovery` component to discover Hue bridges.
39
- - **allow_unreachable** (*Optional*): (true/false) This will allow unreachable bulbs to report their state correctly.
40
- - **filename** (*Optional*): Make this unique if specifying multiple Hue hubs.
41
- - **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
36
+ {% configuration %}
37
+ host:
38
+ description: The IP address of the device, eg. 192.168.1.10. Required if not using the ` discovery` component to discover Hue bridges.
39
+ required : true
40
+ type : string
41
+ allow_unreachable :
42
+ description : This will allow unreachable bulbs to report their state correctly.
43
+ required : false
44
+ type : boolean
45
+ filename :
46
+ description : Make this unique if specifying multiple Hue hubs.
47
+ required : false
48
+ type : string
49
+ allow_hue_groups :
50
+ description : Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
51
+ required : false
52
+ type : boolean
53
+ {% endconfiguration %}
42
54
43
55
# # {% linkable_title Examples %}
44
56
You can’t perform that action at this time.
0 commit comments