Add dedicated timer trigger platform for automation editor
#1375
-
Describe the featureCurrently, timers in Home Assistant can only trigger automations using an event trigger ( I propose introducing a dedicated Example YAML syntax: trigger:
- platform: timer
entity_id: timer.kitchen
event: finishedThis would internally map to the corresponding event trigger ( Use cases
Current workaroundsRight now, users must manually create an event trigger with: trigger:
- platform: event
event_type: timer.finished
event_data:
entity_id: timer.kitchenThis requires knowing internal event names and makes the trigger configuration unavailable in the automation UI. Some community blueprints emulate this behavior by exposing Anything else?
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
|
These types of triggers are coming in the new trigger system. You can get more info over in discord. |
Beta Was this translation helpful? Give feedback.
-
|
Hello, I pointed this out in my post a while ago. Today I would also add the inability to read the remaining time of the timer from the coding level. going further, it would be useful to have a clock time for the timer to end (now I looking for way to calculate it). |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Right now using timers is the only way to persist an automation in case of a Home Assistant reboot when waiting for an event. Adding this to the UI will be valuable for the community in general. |
Beta Was this translation helpful? Give feedback.
-
|
Timer triggers are coming as part of the new trigger system (currently in labs). Those interested can follow along in this issue: home-assistant/core#164338. |
Beta Was this translation helpful? Give feedback.
-
|
This change has been related in 2026.05b1 https://rc.home-assistant.io/blog/2026/04/29/release-20265/ but it has teething problems: home-assistant/frontend#51813 |
Beta Was this translation helpful? Give feedback.

Timer triggers are coming as part of the new trigger system (currently in labs). Those interested can follow along in this issue: home-assistant/core#164338.