Some automation does not work after upgrade to 2021.12.1?

Dear community,
yesterday I’ve updated my HA to 2021.12.1 and afterwards some automations stop working. Interested is that problem appearing only for Aqara smart button automation only, whereas state of entities is show correctly.

Really example.
I’ve Aqara smart button, entity show state current (single, double, hold, release). The same button was used in simple test automation:

alias: 'test 2'
description: ''
trigger:
  - platform: device
    device_id: e75ccaf29fxxxxxxxxxxxxx0476b14ea
    domain: xiaomi_gateway3
    type: button
    action: single
condition: []
action:
  - service: notify.mobile_app_kris
    data:
      message: Button test!
mode: single

and does not work.
In previous version (11.5) HA everything working fine. What happened or what change in HA 12.1?

EDIT: restoring to version 11.5 resoled problem, so I thing version 12.1 contain bug.

Same button no longer works 12.1

Why? Is it a bug in 12.1?

Same issue here. Checking the logfiles I can see that it detects a click but automation doesn’t work.
Rolled back to 11.5 and working again.

1 Like

Same issue here with the single aqara button!
You can see that the sensor is working (Single / dubble etc.), but doesn’t do anything with automations

Issue reported:

Automation with single button doesn’t work anymore since version 2021.12.1 (2021.11.5 works OK) #62226

1 Like