From 08383704db1e5ef738753dcedb1bc7d4706f97c1 Mon Sep 17 00:00:00 2001 From: JLo Date: Thu, 7 Nov 2024 19:46:40 +0100 Subject: [PATCH] Expose something so someone can automate when someting is triggered (#193) --- home-assistant-voice.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-assistant-voice.yaml b/home-assistant-voice.yaml index 411b1b3..45b0df1 100644 --- a/home-assistant-voice.yaml +++ b/home-assistant-voice.yaml @@ -423,6 +423,9 @@ binary_sensor: brightness: 100% id: voice_assistant_leds effect: "Rainbow" + - event.trigger: + id: button_press_event + event_type: "easter_egg_press" # Factory Reset Warning # . Audible and Visible warning. - timing: @@ -954,6 +957,7 @@ event: - double_press - triple_press - long_press + - easter_egg_press script: # Master script controlling the LEDs, based on different conditions : initialization in progress, wifi and api connected and voice assistant phase.