Hi, I’m trying to use NFC tags to run stuff via HA, HA Companion for iOS and iOS Shortcuts. I have an iOS Shortcut to run a HA script (to turn off everything when I tap the entry door tag). The script simply calls switch.turn_off services inside HA.
However, I can’t call these scripts via the Home Assistant commands. I call the “script.turn_on” service with this payload:
"entity_id: script.xxxxx"
That gives me this:
When called with curly brackets, {“entity_id: script.xxxxx”}, it gives me this:
The same goes for Scenes. Calling individual services like “switch.turn_on” in Shortcuts works as expected but I’m not entering that one by one into the Shortcuts app Nothing related in HA log. Any tips?
EDIT: all the scripts and scenes DO work when called directly via HA web ui or automations.