You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Timers are available today on ESPHome and Wyoming voice satellites that are connected to the latest version of Home Assistant. If you use the firmware we provided for the Atom Echo Dev Kit or the ESP32-S3 Box 3, update to the latest version for timer support.
Adding this functionality would make life easier and would allow for using built in HA functionality which will probably be supported better than homebrewed code (eg View Assist timers blueprint).
The text was updated successfully, but these errors were encountered:
Okay, so I think the answer is "yes" -- it just requires registering the hassmic device as a "timer device" (code here) and then registering a "timer event handler" (esphome's example).
That's all pretty straightforward. The less straightforward part is what to do with the timer events when they come in. Update a sensor? fire an event? I'm not really sure.
https://www.home-assistant.io/blog/2024/06/26/voice-chapter-7/#timers-are-here
Adding this functionality would make life easier and would allow for using built in HA functionality which will probably be supported better than homebrewed code (eg View Assist timers blueprint).
The text was updated successfully, but these errors were encountered: