Add core domain override check documentation - #700
Open
ludeeus wants to merge 1 commit into
Open
Conversation
Add a `### Check core domain override` section to the include page and a row to the ignorable checks table in the action page, for the new `core_domain_override` action validator. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Qc22QRVJF4ssjo7wPzBn2A
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents a new core_domain_override validation check in the HACS publishing docs, clarifying that custom integrations cannot use a domain belonging to a Home Assistant core integration and pointing users to the inclusion/submission criteria.
Changes:
- Added a new “Check core domain override” section describing the validation rule and scope (integrations only).
- Added
core_domain_overrideto the action’s ignorable checks table, including a link to the new documentation section. - Adjusted the checks table formatting in
action.mdto accommodate the new entry cleanly.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| source/docs/publish/include.md | Adds a dedicated section explaining the core-domain-override validation and links back to submission criteria. |
| source/docs/publish/action.md | Adds core_domain_override to the ignorable checks table and updates table formatting for readability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ludeeus
marked this pull request as ready for review
July 31, 2026 13:21
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.
Summary
This PR adds documentation for a new validation check that prevents custom integrations from overriding domains that belong to Home Assistant core integrations.
Changes
core_domain_overridecheck to the checks table inaction.mdwith documentation link and descriptioninclude.mdexplaining:action.mdto accommodate the new check entry with proper column alignmentDetails
The new check enforces a requirement that custom integrations cannot override core integration domains, which is part of the submission criteria for default inclusion in HACS. This documentation change makes users aware of this validation rule when using the HACS action.
For hacs/integration#5442