Hey, i think this is the right place after i have searched the forums and the discord server with no luck.
I have the following script that i call from my bedroom button:
all_lights_off:
alias: All lights off
sequence:
- service: light.turn_off
entity_id: all
- service: input_boolean.turn_off
entity_id: input_boolean.candles
The issue is that all of a sudden the following is now also turning off some plugs i have around the house
- service: light.turn_off
entity_id: all
The switch is not in the light domain, and secondly i even disabled the entity controlling this device like so:
https://imgur.com/a/owM3np2
I think this might be a bug, but not sure.
Any obvious overlooks i have done?
**Edit: (SOLVED): ** After updating deconz you get a new light entity called light.phoscon_all_off this entity however also includes switches, hence the problem.