Skip to content

Commit c16b6e2

Browse files
authored
Update hue.markdown
- Removed the "(Optional)" tag from the host-Parameter, because it is mandatory now - Added another configuration example to clarify how to specify multiple configuration variables; the examples in the "multiple bridges..." section do show this already, but this section might be skipped by the majority of users owning only a single bridge.
1 parent f6954cc commit c16b6e2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/_components/hue.markdown

+10-1
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,20 @@ hue:
3333
3434
Configuration variables:
3535
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.
3737
- **allow_unreachable** (*Optional*): (true/false) This will allow unreachable bulbs to report their state correctly.
3838
- **filename** (*Optional*): Make this unique if specifying multiple Hue hubs.
3939
- **allow_hue_groups** (*Optional*): (true/false) Enable this to stop Home Assistant from importing the groups defined on the Hue bridge.
4040

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+
4150
### {% linkable_title Migrating from older configuration %}
4251

4352
In previous versions of the Hue component the configuration looked different:

0 commit comments

Comments
 (0)