Xiaomi hub getaway + MI door sensor

Hi
Just connect the hub and the sensor
Everything config good. I can see the services.
Why The automation not work for me? What wrong

- id: '1576276349715'
  alias: test
  description: ''
  trigger:
  - entity_id: binary_sensor.door_window_sensor_158d0003e7d742
    from: 'on'
    platform: state
    to: 'off'
  condition: []
  action:
  - data:
      entity_id: light.07446361cc50e3149461
    service: light.turn_on
  - delay: 00:00:05
  - data:
      entity_id: light.07446361cc50e3149461
    service: light.turn_off

Hi. Did you reload the automation? Go to “Configuration”, here to “Server Control” and then click on “Reload automations”

1 Like