#After update of HA action entity for Aqara FP1 went missing

6 messages · Page 1 of 1 (latest)

tribal cobalt
#

Today I updated HA to the latest version, but suddenly the entity for action for Aqara FP1 is gone. So zones are no longer working. In Zigbee2MQTT is everything visible and works fine. This means that it is just missing from MQTT/HA for some reason. Try deleting and re-pairing but no luck. Any idea?

barren grail
#

Seems like you also updated Z2M to 2.0, which removed that by default.

#

https://github.com/Koenkk/zigbee2mqtt/discussions/24198

All action sensors are now disabled by default (sensor.*_action entities). It's recommended to use the MQTT device trigger instead. In case you really need the action sensors, add the following to your configuration.yaml.
homeassistant:
legacy_action_sensor: true

tribal cobalt
#

Thank you a lot!

lethal musk
#

is this a change in HA or Z2M?

barren grail
#

Z2M with v2.0