Automation does not work HASSio version 0.88.2

Dear all, how are you?

I updated my HA to version 0.88.2, and I realize some of my automations do not work.

I see that my sensor is changed to the value I am looking for, but it does not activate the automation … Is it a version error?

my automation:

- id: '1536891680218'
  alias: CampainhaInicio
  trigger:
  - entity_id: sensor.campainha
    platform: state
    to: '117978'
  condition: []
  action:
  - service: script.1534119754498
  - data:
      payload: '{"RfReceived":{"Data":"0000"}}'
      retain: false
      topic: tele/sonoffbridge/RESULT
    service: mqtt.publish

Remembering the sensor is changed to 117978

Did you check the release notes? There were some breaking changes for MQTT. Previously, invalid configuration items were ignored. They now fail.

Thanks for answering me.

So, MQTT is publishing perfectly … What is not happening is the trigger of automation …

If I run automation manually everything works.

have you checked the dev-states page to make sure all of your automations are β€˜on’?

1 Like

Yea. I was, but I started and everything worked again.