Hi all, new here. Please forgive me if I use the wrong words, I’ll try to be as clear as possible.
I have a dashboard with Cover type entities, that let me open, close or stop my shutters. They are controlled through an RF emitter that has a HA addon. Unfortunately while I can group shutters using the same protocol in only one action from the RF emitter, I have shutters using different protocols in the house. I’m trying to create a quick “close all”, “open all” and “stop all” entity in my dashboard.
I’ve made scripts for close all, open all and stop all (basically sequencial actions on each shutter group, separated by 3 second delays for the RF emitter to have time to do its thing). However, I don’t know how to make something in the dashboard that looks like the “cover” entity - i.e. a simple name and 3 buttons for close/stop/open - but where each button starts the appropriate script.
Would appreciate any help. I’ve looked around in the GUI but didn’t find anything obvious, read the HA documentation but so far haven’t yet started typing my own yamls. Thanks!
edit: I did find this thread that seems like it might be working with the same concepts, but I can’t really make sense of it… Create "fake" entity switch based on scripts