Refactor of documentation method for components (2019-0016)#8265
Merged
klaasnicolaas merged 3 commits intocurrentfrom Jan 24, 2019
Merged
Refactor of documentation method for components (2019-0016)#8265klaasnicolaas merged 3 commits intocurrentfrom
klaasnicolaas merged 3 commits intocurrentfrom
Conversation
Member
|
@klaasnicolaas you can merge this one 👍 |
Member
|
Thnx for your PR @frenck 😄 |
Member
Author
|
Congratz on merging your first PR on the org @klaasnicolaas 🏅 |
2 tasks
This was referenced Jan 29, 2019
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Currently, we have tons of platform pages, that tells the user to go look at the component/hub page.
As a result of this, we have a lot of "Hub" pages, for things that are actually not a hub.
This PR tries to solve that and adds/optimizes some other things in the process.
Changes
ha_categoryfrontmatter variable. While maintaining backwards compatibility.ha_config_flowfrontmatter variable, which will show a notice about this component being configurable via the UI on the component page.redirect_fromto the main component page in order to keep old URL's workingLight,SwitchandSensoras categories, removed it fromHub.ha_config_flowsince it does support that.Pull request in home-assistant (if applicable): n/a
Checklist:
nextis for changes and new documentation that will go public with the next home-assistant release. Fixes, changes and adjustments for the current release should be created againstcurrent.