Hi there!
I upgraded to 0.84.2 today and noticed that one of my automations doesn’t work anymore.
My automation looks like this:
- alias: Scene slapen activeren
trigger:
platform: event
event_type: button_pressed
event_data: {"entity_id": "switch.db1"}
action:
- service: notify.pushover
data:
title: "Bedtijd"
message: "Weltrusten!"
data:
sound: magic
priority: 2
- service: notify.androidtv
data:
title: "Weltrusten"
message: "De TV gaat uit!"
- delay: 3
- service: scene.turn_on
entity_id: scene.slapen
When I push the button, I see ths in de logfile:
[homeassistant.components.rfxtrx] Rfxtrx fired event: (event_type: button_pressed, entity_id: switch.db1, state: group on)
But nothing happens, my scene won’t activate.
Also, the event ‘button_pressed’ isn’t available in the list of Available Events on the dev-event page.