From a7555c68d73f4bff43151c5cf9a5198f8fa32f32 Mon Sep 17 00:00:00 2001 From: Donny F Date: Tue, 19 Nov 2024 13:12:11 -0600 Subject: [PATCH 1/3] Update README.md --- View_Assist_custom_sentences/Broadcast/README.md | 2 ++ 1 file changed, 2 insertions(+) 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 From 421479a094bae00fd287f35d63c175b2365a5c16 Mon Sep 17 00:00:00 2001 From: Donny F Date: Tue, 19 Nov 2024 13:12:55 -0600 Subject: [PATCH 2/3] Update README.md --- View_Assist_custom_sentences/Device_Functions/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 From de4d94a4d926606244c0ac756d9f527b2eff8033 Mon Sep 17 00:00:00 2001 From: Donny F Date: Tue, 19 Nov 2024 15:54:14 -0600 Subject: [PATCH 3/3] Update blueprint-broadcast.yaml --- .../Broadcast/blueprint-broadcast.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: