#So the `light.turn_on` service doesn't
1 messages · Page 1 of 1 (latest)
not really, since I still have a "offline wall switch". so when i turn this one on in the middle of the night, i want the light to be lower
well seems to work now with setting the light.turn_on attributes. Thanks for the hint towards this service call 🙂
Though the automation isnt triggered by the power-on wall switch for some reason. I found that a device reconfigure would help, it didnt change anything.
I check for
platform: state
entity_id:
- light.deckenlampe_light
to: "on"
or
platform: device
type: turned_on
device_id: <...>
entity_id: <...>
domain: light