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:
|
voice_assistant:
|
||||||
microphone: luxe_microphone
|
microphone: luxe_microphone
|
||||||
speaker: luxe_out_speaker
|
|
||||||
on_start:
|
on_start:
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: top_led
|
id: top_led
|
||||||
@ -106,6 +105,7 @@ voice_assistant:
|
|||||||
green: 20%
|
green: 20%
|
||||||
effect: none
|
effect: none
|
||||||
on_tts_end:
|
on_tts_end:
|
||||||
|
- media_player.play_media: !lambda return x;
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
id: top_led
|
id: top_led
|
||||||
blue: 60%
|
blue: 60%
|
||||||
@ -116,7 +116,7 @@ voice_assistant:
|
|||||||
- delay: 1s
|
- delay: 1s
|
||||||
- wait_until:
|
- wait_until:
|
||||||
not:
|
not:
|
||||||
speaker.is_playing: luxe_out_speaker
|
media_player.is_playing: luxe_out
|
||||||
- light.turn_off: top_led
|
- light.turn_off: top_led
|
||||||
on_error:
|
on_error:
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user