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.