#After update of HA action entity for Aqara FP1 went missing
6 messages · Page 1 of 1 (latest)
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
Thank you a lot!
is this a change in HA or Z2M?
Z2M with v2.0