-
-
Notifications
You must be signed in to change notification settings - Fork 36.2k
Add integration type to met #157720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add integration type to met #157720
Conversation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
|
Hey there @Danielhiversen, mind taking a look at this pull request as it has been labeled with an integration ( Code owner commandsCode owners of
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the integration_type: "service" field to the Met.no weather integration manifest. The integration provides weather forecast data via the Met.no cloud API service, making "service" the correct integration type classification.
Key Changes
- Added
integration_type: "service"to the Met.no manifest.json - Updated the generated integrations.json file to reflect the manifest change
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| homeassistant/components/met/manifest.json | Added integration_type: "service" field to properly classify the Met.no integration as a cloud service |
| homeassistant/generated/integrations.json | Updated generated file to reflect the integration type change from "hub" to "service" |
frenck
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Co-authored-by: Claude <[email protected]>
Proposed change
Add
integration_type: "service"to the Met.no weather integration manifest. This integration provides weather data via the Met.no cloud API.Type of change
Additional information
Checklist
ruff format homeassistant tests)If user exposed functionality or configuration variables are added/changed:
If the code communicates with devices, web services, or third-party tools:
Updated and included derived files by running:
python3 -m script.hassfest.requirements_all.txt.Updated by running
python3 -m script.gen_requirements_all.To help with the load of incoming pull requests:
🤖 Generated with Claude Code