this post was submitted on 26 Mar 2024
22 points (100.0% liked)
homeassistant
12008 readers
71 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. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io
founded 1 year 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!