this post was submitted on 26 Mar 2024
22 points (100.0% liked)
homeassistant
14807 readers
20 users here now
Home Assistant is open source home automation that puts local control and privacy first.
Powered by a worldwide community of tinkerers and DIY enthusiasts.
Home Assistant can be self-installed on ProxMox, Raspberry Pi, or even purchased pre-installed: Home Assistant: Installation
Discussion of Home-Assistant adjacent topics is absolutely fine, within reason.
If you're not sure, DM @GreatAlbatross@feddit.uk
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I use the notify service with a group platform. This way you add and remove devices in one place only. Here's how I set it up in configuration.yaml:
In my automation triggers, I simply call my
notify_all_devices
service.Thank you! I will look into this!