Automation problem ( light.turn_on and brightness)

I have used this automation for a while now and it has worked just fine. But suddenly it stopped working and I can’t understand why?
Why? :thinking:

- alias: Toilet light on when movement
  trigger:
    platform: state
    entity_id: switch.bevegelsessensor_toalett
    to: 'on'
  action:
    service: light.turn_on
    data:
      entity_id: 
        - light.toalett
      brightness: 127

Running Hassio 0.87.1

Check that the automation is turned on. Seems a lot of people are finding their automations mysteriously turned off lately.

That solved my problem :star_struck:
A lot of automations was turned off… not by me.
Thank you !

1 Like