diff --git a/View_Assist_custom_sentences/Broadcast/README.md b/View_Assist_custom_sentences/Broadcast/README.md index 4585dd76..b28990a4 100644 --- a/View_Assist_custom_sentences/Broadcast/README.md +++ b/View_Assist_custom_sentences/Broadcast/README.md @@ -19,3 +19,5 @@ tts: ``` Note that you must have at least two View Assist devices configured and in your View Assist group to use this automation +## To Do +* Fix logic for audio only to use boolean and not string diff --git a/View_Assist_custom_sentences/Broadcast/blueprint-broadcast.yaml b/View_Assist_custom_sentences/Broadcast/blueprint-broadcast.yaml index 7eb9e9bb..48eade15 100644 --- a/View_Assist_custom_sentences/Broadcast/blueprint-broadcast.yaml +++ b/View_Assist_custom_sentences/Broadcast/blueprint-broadcast.yaml @@ -1,7 +1,7 @@ blueprint: name: View Assist - Broadcast description: Say broadcast and the message and View Assist will send message to - all devices not in do not disturb mode (View Assist Broadcast v 1.0.0)
Note + all devices not in do not disturb mode (View Assist Broadcast v 1.0.1)
Note Chime TTS is needed for this automation domain: automation input: @@ -80,7 +80,7 @@ action: - service: chime_tts.say target: entity_id: "{%- set ns = namespace(targets=[]) -%} {%- for satellite in expand(group_entity) - -%}\n {%- if state_attr(satellite.entity_id,\"do_not_disturb\") == \"False\" + -%}\n {%- if state_attr(satellite.entity_id,\"do_not_disturb\") != true -%}\n {%- set ns.targets = ns.targets + [state_attr(satellite.entity_id,\"mediaplayer_device\")] -%}\n {%- endif -%}\n{%- endfor -%} {{ns.targets}}" data: diff --git a/View_Assist_custom_sentences/Device_Functions/README.md b/View_Assist_custom_sentences/Device_Functions/README.md index cd6abfa9..08d7b7e4 100644 --- a/View_Assist_custom_sentences/Device_Functions/README.md +++ b/View_Assist_custom_sentences/Device_Functions/README.md @@ -18,7 +18,8 @@ Requires View Assist Control automation v1.2.0 or greater * Add voice command to set view timeout * Add pause, rewind/fast forward XX seconds/minutes, next/previous/restart track - +* Add check to timer expire to make sure timer exists for device before turning off (audio only has no timers) + ## Change log v 1.2.2 Stop music stops music player device and expires timer to go back to home screen quicker