Added switch to disable TV notifications
This commit is contained in:
@ -79,6 +79,9 @@ input_boolean:
|
|||||||
studio_quiet:
|
studio_quiet:
|
||||||
name: Studio Quiet
|
name: Studio Quiet
|
||||||
icon: mdi:twitch
|
icon: mdi:twitch
|
||||||
|
tv_notifications:
|
||||||
|
name: TV Notifications
|
||||||
|
icon: mdi:message
|
||||||
|
|
||||||
input_select:
|
input_select:
|
||||||
select_phones:
|
select_phones:
|
||||||
@ -302,6 +305,9 @@ script:
|
|||||||
|
|
||||||
tv_notify:
|
tv_notify:
|
||||||
sequence:
|
sequence:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.tv_notifications
|
||||||
|
state: 'on'
|
||||||
- if:
|
- if:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ who == "living_room"}}'
|
value_template: '{{ who == "living_room"}}'
|
||||||
|
Reference in New Issue
Block a user