Hi,
is it possible to set the receivers of the default notify.notify
notifications? Or will just anyone connected via HA App receive those and I must send explicit to notify.my_device
?
This is what I tried in configuration.yaml:
notify:
- name: Family
platform: group
services:
- service: notify.mobile_app_john
- service: notify.mobile_app_doe
When I load this, I’m getting a log that the both services are invalid. But, in automations I can send notifications to eg the servcie notify.mobile_app_john
.
So, how can I group notification devices?
Maybe somebody could also tell where the default notification service notify.mobile_app_john
comes from, or where it is configured? Because by default I did not configure anything, just installed HA on my phone. Is this name configurable?