Skip to content

Remove invalid integration_type and sort them#1071

Draft
edenhaus wants to merge 1 commit intohome-assistant:devfrom
edenhaus:edenhaus-integration_type
Draft

Remove invalid integration_type and sort them#1071
edenhaus wants to merge 1 commit intohome-assistant:devfrom
edenhaus:edenhaus-integration_type

Conversation

@edenhaus
Copy link
Copy Markdown
Member

Comment thread site/.eleventy.js
.filter(
(domain) =>
["integration", "hub", "device", "helper", "service"].includes(
["device", "helper", "hub", "service"].includes(
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"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(

@home-assistant
Copy link
Copy Markdown

Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍

Learn more about our pull request process.

@home-assistant home-assistant Bot marked this pull request as draft March 26, 2026 12:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants