Hi All,
I’ve recently moved my Hue bulbs to Z2M - and absolutely loving it - however I’m struggling to get a Hue White and Color Ambience bulb to dim down to the same level as the native HUE Nightlight scene inside the Hue app - when I try and create a similar scene in home assistant, it appears much brighter.
My YAML is as follows:
id: '1604837206440'
name: NightLight
entities:
light.night_light:
min_mireds: 153
max_mireds: 500
effect_list:
- blink
- breathe
- okay
- channel_change
- finish_effect
- stop_effect
brightness: 1
color_temp: 500
hs_color:
- 36.429
- 65.882
rgb_color:
- 255
- 189
- 87
xy_color:
- 0.5
- 0.414
color:
x: 0.500605373718514
y: 0.415275958087495
linkquality: 23
state: 'on'
update:
state: idle
update_available: false
friendly_name: Night Light
supported_features: 63
Even with Brightness set to 1, its not as dull as the existing HUE scenes.
Any help is appreciated.
Thanks
Leacho