From 24fd850bfa505009f1b6271f32d7de413c72df72 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 19 Dec 2023 00:22:43 -0500 Subject: [PATCH] Readjust levels and brightnesses --- supersensor.yaml | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/supersensor.yaml b/supersensor.yaml index d20ed21..b1e4de5 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -266,15 +266,15 @@ interval: - switch.is_on: use_wake_word - not: voice_assistant.is_running then: - - logger.log: "voice assistant state: not running" + - logger.log: "voice assistant not running; restarting" - voice_assistant.start_continuous: voice_assistant: microphone: mic use_wake_word: false - noise_suppression_level: 1 + noise_suppression_level: 0 auto_gain: 31dBFS - volume_multiplier: 7.0 + volume_multiplier: 3.0 id: assist on_error: - logger.log: "voice error" @@ -311,15 +311,24 @@ voice_assistant: id: output_led - light.turn_on: id: output_led + brightness: 100% red: 0 green: 0 blue: 1 on_listening: - light.turn_on: id: output_led + brightness: 100% red: 0 green: 0 blue: 1 + on_stt_vad_end: + - light.turn_on: + id: output_led + brightness: 75% + red: 0 + green: 1 + blue: 1 on_stt_end: - light.turn_off: id: output_led @@ -336,6 +345,7 @@ voice_assistant: - light.turn_on: id: output_led effect: hold + brightness: 100% red: 1 green: 0 blue: 0 @@ -344,6 +354,7 @@ voice_assistant: - light.turn_on: id: output_led effect: hold + brightness: 100% red: 0 green: 1 blue: 0 @@ -363,8 +374,8 @@ light: - state: true brightness: 50% red: 100% - green: 100% - blue: 100% + green: 90% + blue: 90% duration: 0.5s - state: false duration: 0.5s