power: add support for Hue device groups

Signed-off-by: Clayton Merkle <clay.merkle@gmail.com>
This commit is contained in:
cmerkle
2023-02-09 11:15:27 -05:00
committed by GitHub
parent 5325693ed6
commit 0de712e822
2 changed files with 21 additions and 4 deletions

View File

@@ -1159,6 +1159,11 @@ device_id:
# The device id of the light/socket you want to control.
# An explanation on how you could get the device id, can be found here:
# https://developers.meethue.com/develop/get-started-2/#turning-a-light-on-and-off
device_type: light
# Set to light to control a single hue light, or group to control a hue light gorup.
# If device_type is set to light, the device_id should be the light id,
# and if the device_type is group, the device_id should be the group id.
# The default is "light.
```