Remove invalid integration_type and sort them#1071
Draft
edenhaus wants to merge 1 commit intohome-assistant:devfrom
Draft
Remove invalid integration_type and sort them#1071edenhaus wants to merge 1 commit intohome-assistant:devfrom
edenhaus wants to merge 1 commit intohome-assistant:devfrom
Conversation
ludeeus
requested changes
Mar 26, 2026
| .filter( | ||
| (domain) => | ||
| ["integration", "hub", "device", "helper", "service"].includes( | ||
| ["device", "helper", "hub", "service"].includes( |
Member
There was a problem hiding this comment.
"integration" is valid here.
It comes from https://www.home-assistant.io/integrations.json
"integration_type": "integration"
Suggested change
| ["device", "helper", "hub", "service"].includes( | |
| ["device", "helper", "hub", "integration", "service"].includes( |
|
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
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.
See https://github.com/home-assistant/core/blob/cd63d14e6f7b9f8c0a38fa1c10fac872def69b68/script/hassfest/manifest.py#L208-L218