-
-
Notifications
You must be signed in to change notification settings - Fork 35.8k
Bump gios to version 6.1.0
#148274
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
Bump gios to version 6.1.0
#148274
Conversation
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 upgrades the gios backend library to version 6.1.0 and updates all related tests to match the new API response format (localized Polish field names and nested index object).
- Bump
giosto 6.1.0 in requirements and manifest. - Refresh JSON fixtures (
station.json,sensors.json,indexes.json) with Polish keys and nestedAqIndex. - Switch to
async_load_json_*_fixturehelpers and addno/noxto the diagnostics snapshot.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| requirements_test_all.txt | Bumped gios to 6.1.0 |
| requirements_all.txt | Bumped gios to 6.1.0 |
| homeassistant/components/gios/manifest.json | Updated gios requirement to 6.1.0 |
| tests/components/gios/fixtures/station.json | Localized station fixture fields |
| tests/components/gios/fixtures/sensors.json | Localized sensors fixture fields |
| tests/components/gios/fixtures/indexes.json | Localized and nested indexes fixture |
| tests/components/gios/init.py | Swapped fixture loaders and updated station/index mutations |
| tests/components/gios/snapshots/test_diagnostics.ambr | Added no and nox keys for missing pollutants |
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.
Thanks @bieniu 👍
Test failures unrelated
Breaking change
Proposed change
This PR bumps
giosbackend library to version 6.1.0 to add support for new GIOS API version (old GIOS API version doesn't work since July 1).Changelog: bieniu/gios@6.0.0...6.1.0
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: