Try explicit stops instead
This commit is contained in:
@@ -518,6 +518,7 @@ voice_assistant:
|
|||||||
red: 1
|
red: 1
|
||||||
green: 0
|
green: 0
|
||||||
blue: 0
|
blue: 0
|
||||||
|
- voice_assistant.stop:
|
||||||
else:
|
else:
|
||||||
- logger.log: "Command successful!"
|
- logger.log: "Command successful!"
|
||||||
- light.turn_on:
|
- light.turn_on:
|
||||||
@@ -527,6 +528,10 @@ voice_assistant:
|
|||||||
red: 0
|
red: 0
|
||||||
green: 1
|
green: 1
|
||||||
blue: 0
|
blue: 0
|
||||||
|
- voice_assistant.stop:
|
||||||
|
on_tts_end:
|
||||||
|
- logger.log: "Finished STT result"
|
||||||
|
- voice_assistant.stop:
|
||||||
|
|
||||||
light:
|
light:
|
||||||
- platform: rgb
|
- platform: rgb
|
||||||
|
Reference in New Issue
Block a user