Skip to content

Commit 0122c1c

Browse files
fredrikbabergfabaff
authored andcommitted
Update to hue configuration syntax (#6419)
1 parent 0652a7b commit 0122c1c

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

source/_components/hue.markdown

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,24 @@ hue:
3333
- host: DEVICE_IP_ADDRESS
3434
```
3535
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 %}
4254

4355
## {% linkable_title Examples %}
4456

0 commit comments

Comments
 (0)