mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +00:00
Add ha_release to Website Update directions (#1948)
Added an explanation of how to specify ha_release for a new component.
This commit is contained in:
parent
60ea564631
commit
bbb5d023f0
@ -53,6 +53,7 @@ sidebar: true
|
|||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
|
ha_release: "0.38"
|
||||||
---
|
---
|
||||||
|
|
||||||
Content...Written in markdown.
|
Content...Written in markdown.
|
||||||
@ -68,6 +69,7 @@ A couple of points to remember:
|
|||||||
- Document the needed steps to retrieve API keys or access token for the third party service or device if needed.
|
- Document the needed steps to retrieve API keys or access token for the third party service or device if needed.
|
||||||
- Keep the configuration sample minimal by only adding the `Required` options. Full configuration details with further explanations should go into a seperate section.
|
- Keep the configuration sample minimal by only adding the `Required` options. Full configuration details with further explanations should go into a seperate section.
|
||||||
- The description of all the configuration variables should contains information about the used defaults.
|
- The description of all the configuration variables should contains information about the used defaults.
|
||||||
|
- If you're adding a new component, for the `ha_release` part of the header, just increment off the current release. If the current release is 0.37, make ha_release 0.38.
|
||||||
|
|
||||||
### {% linkable_title Embedding Code %}
|
### {% linkable_title Embedding Code %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user