Remove link to component initialization (#2673)
* Remove link to component initialization * Add redirect
This commit is contained in:
parent
f2b5333802
commit
295fc5a6b9
2 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,6 @@
|
|||
<li>{% active_link /developers/code_review_component/ Checklist creating a component %}</li>
|
||||
<li>{% active_link /developers/component_loading/ Loading components %}</li>
|
||||
<li>{% active_link /developers/component_deps_and_reqs/ Requirements & Dependencies %}</li>
|
||||
<li>{% active_link /developers/component_initialization/ Initialization %}</li>
|
||||
<li>{% active_link /developers/component_events/ Handling events %}</li>
|
||||
<li>{% active_link /developers/component_states/ States %}</li>
|
||||
<li>{% active_link /developers/component_visibility/ Visibility %}</li>
|
||||
|
|
|
@ -7,6 +7,7 @@ sidebar: true
|
|||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
redirect_from: /developers/component_initialization/
|
||||
---
|
||||
|
||||
While developing Home Assistant you will see a variable that is everywhere: `hass`. This is the Home Assistant instance that will give you access to all the various parts of the system.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue