mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-20 08:20:17 +00:00
418 B
418 B
title, id, original_id
| title | id | original_id |
|---|---|---|
| Handling events | version-0.72-creating_component_events | creating_component_events |
Home Assistant has different ways of responding to events that occur in Home Assistant. These have been organized in helper methods. Examples are track_state_change, track_point_in_time, track_time_change.