i'm using 2026.1.3, and now, my previous tap_action are not working anymore:
Previous code (it"s not working anymore):
action: perform-action
target:
entity_id: cover.demo
perform_action: cover.close_cover
error i get : Échec de l'exécution de l'action cover/open_cover. must contain at least one of entity_id, device_id, area_id, floor_id, label_id.
New code need to use :
action: perform-action
data:
entity_id: cover.demo
perform_action: cover.close_cover
It's really strange as also the documentation is speaking about target & not about data :
https://www.home-assistant.io/dashboards/actions/#tap-action