From 181ee1f9a93f32816beb083d073e8060c90e498a Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Thu, 23 Nov 2023 22:47:55 -0500 Subject: [PATCH] Add dashboard, project, and another turn_off --- supersensor.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/supersensor.yaml b/supersensor.yaml index 5fbfa54..2deab7f 100644 --- a/supersensor.yaml +++ b/supersensor.yaml @@ -28,6 +28,9 @@ esphome: name: supersensor name_add_mac_suffix: true friendly_name: "Supersensor" + project: + name: joshuaboniface.supersensor + version: "0.1" includes: - veml7700.h libraries: @@ -59,6 +62,10 @@ esphome: - light.turn_off: id: output_led +dashboard_import: + package_import_url: github://joshuaboniface/supersensor/supersensor.yaml + import_full_config: false + esp32: board: esp32dev # framework: @@ -137,11 +144,14 @@ microphone: voice_assistant: microphone: mic use_wake_word: false - noise_suppression_level: 2 + noise_suppression_level: 1 auto_gain: 31dBFS volume_multiplier: 4.0 id: assist on_error: + - light.turn_off: + id: output_led + transition_length: 1s - logger.log: "Voice Assistant encountered an error; restarting it" - switch.turn_off: use_wake_word - delay: 1s