Hello,
i have some light groups, for exmaple let’s take one of them
light:
- platform: group
name: Group Light Bedroom
entities:
- light.bedroom_leftstar
- light.bedroom_rightstar
- light.bedroom_tablelamp
i also have groups of sensors, for exmaple let’s take one of them
group:
group_sensors_doors:
name: Sensors Door Group
entities:
- binary_sensor.door_basement_contact
- binary_sensor.door_entrance_contact
I can not say after which update it starts (but as for me 2-3 updates ago), but now after restart i get all the light groups OFF, insipte of light members have ON.
- As soon as i toggle one of members - light group turns to ON!
- As soon i make RELOAD GROUPS - light group turns to ON!
- As soon as is completely delete “group:” integration grom YAML and make restart - light group works as expectes is also turns to ON direct after restart!
So, what is the problem?