Extract developer site (#5249)
* Extract developer site * Fix title in sidebar * Update dev section reference * Update edit in github link on help page
This commit is contained in:
parent
a83fd1d874
commit
80b268cd65
75 changed files with 282 additions and 4166 deletions
|
@ -9,4 +9,6 @@ sharing: true
|
|||
footer: true
|
||||
---
|
||||
|
||||
Home Assistant has different ways of responding to events that occur in Home Assistant. These have been organized in [helper methods](https://github.com/home-assistant/home-assistant/blob/dev/homeassistant/helpers/event.py). Examples are `track_state_change`, `track_point_in_time`, `track_time_change`.
|
||||
<script>
|
||||
window.location = 'https://developers.home-assistant.io/docs/en/creating_component_events.html';
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue