Skip to content

Commit

Permalink
Expose something so someone can automate when someting is triggered (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpouffier authored Nov 7, 2024
1 parent a6de40b commit 0838370
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home-assistant-voice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0838370

Please sign in to comment.