Remove deprecated hass tool documentation page#41701
Conversation
|
It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the |
✅ Deploy Preview for home-assistant-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
There was a problem hiding this comment.
Pull Request Overview
This PR removes the deprecated hass command-line tool documentation page and updates all references to it throughout the website. The changes reflect that the hass command-line tool documentation is no longer needed or actively maintained, cleaning up outdated content.
Key changes:
- Removes the entire
/docs/tools/hass/documentation page - Updates the HASS glossary definition to reflect current naming conventions
- Removes links to the deleted page from trivia and blog post content
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| source/_docs/tools/hass.markdown | Complete removal of the hass command-line tool documentation page |
| source/_includes/asides/docs_sitemap.html | Removes the navigation link to the deleted hass documentation |
| source/_data/glossary.yml | Updates HASS glossary definition to note it's no longer actively used |
| source/help/trivia.markdown | Removes link to deleted hass documentation page |
| source/_posts/2017-10-28-demo.markdown | Removes link to deleted hass documentation page |
Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
Proposed change
The
hasscommand-line tool documentation page was specific to the deprecated Home Assistant Core installation type. With that installation method removed, this page and all references to it are obsolete.Changes:
source/_docs/tools/hass.markdowndocs_sitemap.htmltrivia.markdownto align with style guidelines (removed "HA" abbreviation reference, clarified thathasswas commonly used in the past but it's now recommended to use the full name "Home Assistant" in documentation)2017-10-28-demo.markdownwhile preserving contextAll 4 references to
/docs/tools/hass/have been removed from the codebase. Content updated to align with style guidelines that recommend using the full "Home Assistant" name instead of abbreviations like "HA" or "HASS".Type of change
Additional information
Checklist
currentbranch.nextbranch.Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.