Hi all,
since i moved my HA from a Raspberry Pi 3 (0.110.x) to a Pi4 (2GB) with Version 0111. there is no RGB wheel on the Yeelight RGB LED stripes.
On the Yeelight RGB bulbs is a RGB wheel, also on the bedside lamp.
The automation ignores my color specification for my night light.
action:
- service: light.turn_on
data:
entity_id: light.deckenlampe_schlafzimmer_ambilight
rgb_color: [255,0,0]
brightness: 1
Before that, everything worked perfectly
Do i have to change anything since the update?
My System:
LED stipe:
Bedside lamp:
My config:
discovery:
ignore:
- yeelight
yeelight:
devices:
192.168.178.71:
name: Deckenlampe Schlafzimmer
192.168.178.56:
name: Flur
192.168.178.62:
name: Schlafzimmer Stern
192.168.178.61:
name: Esstisch 1
192.168.178.65:
name: Esstisch 1
192.168.178.74:
name: WC
192.168.178.79:
name: Nachttisch Lampe
192.168.178.84:
name: M
Thank you
Florian