Feature to only get notifications from one home assistant server

I just want to disable notifications for a second home assistant server that I am logged into for management and to assistant my friend that I set it up for but I don’t want the notifications from it. Would this be possible without logging in/out all the time.

just use the proper notify service call so you dont get them.

edit: i.e. stop using notify.notify and use either a defined notify group or the notify service call of the user directly.

1 Like

That’s not nearly a solution. If you want everyone to be notified abt. something, and I mean everyone, with no need to add every new user and every new device again and again, but you are personally just manage several HA instances and don’t need any notifications from any of them, on any of your used devices, you need client side settings.

You can’t exclude a device from this service call. You need to build your own to do that. If you are managing the server then that’s part of the management. Even users who don’t have multiple servers will maintain a group of devices they want notified. This way you only have one entity to update instead of every automation. That is the recommendation.

2 Likes