Revert "Add more light off conditions"

This reverts commit 414de937e14b7799b679e27331cb6eee2dca2de3.
This commit is contained in:
Joshua Boniface 2025-02-22 01:42:43 -05:00
parent 414de937e1
commit eba941b9fd

View File

@ -313,9 +313,6 @@ voice_assistant:
id: assist id: assist
on_error: on_error:
- logger.log: "voice error" - logger.log: "voice error"
- light.turn_off:
id: output_led
transition_length: 1s
- if: - if:
condition: condition:
and: and:
@ -325,9 +322,6 @@ voice_assistant:
- voice_assistant.start_continuous: - voice_assistant.start_continuous:
on_end: on_end:
- logger.log: "voice ended" - logger.log: "voice ended"
- light.turn_off:
id: output_led
transition_length: 1s
- if: - if:
condition: condition:
and: and:
@ -394,10 +388,6 @@ voice_assistant:
red: 0 red: 0
green: 1 green: 1
blue: 0 blue: 0
on_tts_end:
- light.turn_off:
id: output_led
transition_length: 1s
light: light:
- platform: rgb - platform: rgb