Fixed Raspiaudio Muse luxe speaker due to ESPHome breaking change.
This commit is contained in:
parent
92f95f7bae
commit
0dff2d90ff
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user