I am trying to figure out how to set up a notification to multiple devices at once, 2 android phones, and a android tv. Can anyone help me out? Here is my notify.yaml:
- platform: nfandroidtv
name: shield notification
host: !secret shield_ip
- name: doorbell group
platform: group
services:
- service: mobile_app_nate_pixel_2_xl
data:
image: https://myddns/local/snapshots/front_door_bell.jpg?{{ states.automation.doorbell_day.last_triggered }}
- service: mobile_app_joslyn_pixel_2_xl_2
data:
image: https://myddns/local/snapshots/front_door_bell.jpg?{{ states.automation.doorbell_day.last_triggered }}
- service: shield_notification
data:
file:
url: https://myddns/local/snapshots/front_door_bell.jpg?{{ states.automation.doorbell_day.last_triggered }}
It is then used in my configuration.yaml:
notify: !include notify.yaml