I’m trying to make a group for my automations, (specifically frigate notification blueprints) basically to make a single button that toggles automations with visual feedback.
Closest thing I’ve gotten to it was toggling a script containing all the automations, but that lacks indication of on or off.
I tried doing something like this, but… of course automations aren’t part of a group:
automations:
- platform: group
name: Cam Alerts Group
entities:
- automation.frigate_back_mid_moto_5g
- automation.frigate_backmid_galaxy_s9
- automation.frigate_driveway_galaxy_s9
- automation.frigate_driveway_moto_5g
- automation.new_automation
entity_id: automation.cam_alerts
I understand, you shouldn’t have to toggle automations, but… people do yard work, and silencing notifications for every camera (once I add more) will be annoying.
I hate asking for help but I’ve spent quite a few hours trying to figure this out, searching and what not and I guess it’s time. Sorry in advance lol