panhans / HomeAssistant

Home Asisstant related stuff like blueprints for automations and scripts.
101 stars 28 forks source link

add notify all except person who triggered feature for zone notification #75

Open BjornPython opened 2 months ago

BjornPython commented 2 months ago

A feature wherein we can send a notification to all persons except the person who entered/left a zone would be great!

panhans commented 2 months ago

Hi, yes indeed a great idea. But it's hard to implement since notifcations are simply actions / service calls and they aren't related to the persons device trackers. But maybe it can be done by cheating with reflections, e.G. the name of the device tracker is also part of the action / service call. I will think about it.