I tried something like this, but does not seem to trigger.
`alias: Dining Room Assistant Button
description: >
Trigger Night Time Script and perform light sequence when the Dining Room
Assistant button detects a long press.
triggers:
- entity_id: event.home_assistant_voice_095XXX_button_press
to: triple_press
trigger: state
conditions: []
actions: - parallel:
- action: script.toggle_entryway_status_green
data: {} - action: script.night_time_turn_off_all_fast
data: {}
mode: single`
- action: script.toggle_entryway_status_green
Also tried listening to events for event.home_assistant_voice_095XXX_button_press and don't see anything.