home-assistant.io/source/developers/component_events.markdown
2016-04-16 23:00:45 -07:00

501 B

layout, title, description, date, sidebar, comments, sharing, footer
layout title description date sidebar comments sharing footer
page Handling events Instructions how to handle events with your component. 2016-04-16 13:32 true false true true

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.