From 0dff2d90ff56c6bc9d5703b725a2519bebc22490 Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Thu, 14 Dec 2023 14:34:30 +0100 Subject: [PATCH] Fixed Raspiaudio Muse luxe speaker due to ESPHome breaking change. --- esphome/raspiaudio-muse-luxe.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/raspiaudio-muse-luxe.yaml b/esphome/raspiaudio-muse-luxe.yaml index a17dcf7..a14477e 100644 --- a/esphome/raspiaudio-muse-luxe.yaml +++ b/esphome/raspiaudio-muse-luxe.yaml @@ -90,7 +90,6 @@ microphone: voice_assistant: microphone: luxe_microphone - speaker: luxe_out_speaker on_start: - light.turn_on: id: top_led @@ -106,6 +105,7 @@ voice_assistant: green: 20% effect: none on_tts_end: + - media_player.play_media: !lambda return x; - light.turn_on: id: top_led blue: 60% @@ -116,7 +116,7 @@ voice_assistant: - delay: 1s - wait_until: not: - speaker.is_playing: luxe_out_speaker + media_player.is_playing: luxe_out - light.turn_off: top_led on_error: - light.turn_on: