Add a couple of TV notification groups
This commit is contained in:
@ -278,6 +278,16 @@ notify:
|
|||||||
- service: living_room_tv
|
- service: living_room_tv
|
||||||
- service: basement_tv
|
- service: basement_tv
|
||||||
- service: master_bedroom_tv
|
- service: master_bedroom_tv
|
||||||
|
- name: tv_common
|
||||||
|
platform: group
|
||||||
|
services:
|
||||||
|
- service: living_room_tv
|
||||||
|
- service: basement_tv
|
||||||
|
- name: tv_no_basement
|
||||||
|
platform: group
|
||||||
|
services:
|
||||||
|
- service: living_room_tv
|
||||||
|
- service: master_bedroom_tv
|
||||||
- name: alexa_everywhere
|
- name: alexa_everywhere
|
||||||
platform: group
|
platform: group
|
||||||
services:
|
services:
|
||||||
@ -744,6 +754,7 @@ script:
|
|||||||
- living_room
|
- living_room
|
||||||
- basement
|
- basement
|
||||||
- master_bedroom
|
- master_bedroom
|
||||||
|
- common
|
||||||
- all
|
- all
|
||||||
title:
|
title:
|
||||||
name: 'Title'
|
name: 'Title'
|
||||||
@ -775,6 +786,10 @@ script:
|
|||||||
notify.master_bedroom_tv
|
notify.master_bedroom_tv
|
||||||
{% elif who == "basement" %}
|
{% elif who == "basement" %}
|
||||||
notify.basement_tv
|
notify.basement_tv
|
||||||
|
{% elif who == "no_basement" %}
|
||||||
|
notify.tv_no_basement
|
||||||
|
{% elif who == "common" %}
|
||||||
|
notify.tv_common
|
||||||
{% elif who == "all" %}
|
{% elif who == "all" %}
|
||||||
notify.tv_notifications
|
notify.tv_notifications
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user