I’m trying to create a simple shortcut in iOS 18 to turn on a bedroom light. A smart wall switch controls the light. The shortcut is configured using the Companion Apps Siri Shortcuts document. The shortcut runs and shows success, but the light does not turn on.
In the Dictionary, entity.id is set to light.mb_main_light. The text is set to light.Main_Bedroom_Light
I’ve tried calling light.turn_on and switch.turn_on in the HA setup.
Should the Dictionary text be set to the device name?