Hi, I have a stream deck that has the home assistant plugin setup via webhook. From the stream deck home assistant plugin, I can see my instance, connect to it, see all devices, entities, automations etc.
I want to use a button
-- to start an automation
---- that uses a while loop to toggle a script
------ that goes through different scenes.
pressing the button again stops the automation.
- The WebSocket service data, has a variable for the while loop (office_stream_status - see image 1),
- Home assistant has an input Boolean helper for "office_stream_status" (Image 2 - not sure if this will work).
I'm at the point where the action is to run the script, however when I add the script action, the function doesn't let me choose a script and it can't find any areas, devices, entities or labels. (see image 2)