Hi all.
If like me, you used group.all_x
for your automation, I created an appdaemon app to bring back any of the auto generated entity groups desired (eg. group.all_lights
, group.all_devices
etc)
Feel free to use the app.
Hi all.
If like me, you used group.all_x
for your automation, I created an appdaemon app to bring back any of the auto generated entity groups desired (eg. group.all_lights
, group.all_devices
etc)
Feel free to use the app.
Hi @MrKuenning,
For this to work, you will need to get AppDaemon 4 addon (or running it yourself with Docker). Then the configuration you placed will need to go /config/appdaemon/apps/apps.yaml
.
Let me know if you have any questions
not sure if im being dumb, but i dont see this in HACS?
Hey @Jamie_Pryer,
You probably need to activate “Enable AppDaemon apps discovery & tracking” on Configuration > Integrations > HACS > Options. Then you will see a new tab in HACS called “Automations”.
Then, you will also need to have AppDaemon addon/server up and running, to run this AppDaemon app.
Hope this helps.