home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
73.21k stars 30.57k forks source link

Solax integration version in official docker is not updating #114947

Closed germanotero closed 6 months ago

germanotero commented 6 months ago

The problem

Hi, I'm noticing that the docker version I get verison 0.3.2

manifest.json
{
  "domain": "solax",
  "name": "SolaX Power",
  "codeowners": ["@squishykid"],
  "config_flow": true,
  "documentation": "https://www.home-assistant.io/integrations/solax",
  "iot_class": "local_polling",
  "loggers": ["solax"],
  "requirements": ["solax==0.3.2"]
} 

but in prod has been updated to 3.1.0

{
  "domain": "solax",
  "name": "SolaX Power",
  "codeowners": ["@squishykid"],
  "config_flow": true,
  "documentation": "https://www.home-assistant.io/integrations/solax",
  "iot_class": "local_polling",
  "loggers": ["solax"],
  "requirements": ["solax==3.1.0"]
}

What version of Home Assistant Core has the issue?

System Information version | core-2024.4.0 -- | -- installation_type | Home Assistant Container dev | false hassio | false docker | true user | root virtualenv | false python_version | 3.12.2 os_name | Linux os_version | 5.15.0-87-generic arch | x86_64 timezone | America/Argentina/Buenos_Aires config_dir | /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | pending GitHub API Calls Remaining | 4770 Installed Version | 1.34.0 Stage | running Available Repositories | 1470 Downloaded Repositories | 42
AccuWeather can_reach_server | pending -- | -- remaining_requests | 16
Home Assistant Cloud logged_in | true -- | -- subscription_expiration | July 9, 2024 at 9:00 PM relayer_connected | true relayer_region | us-east-1 remote_enabled | false remote_connected | false alexa_enabled | false google_enabled | true remote_server | us-east-1-1.ui.nabu.casa certificate_status | ready instance_id | e78e7e654bc14be4b1b331811da6d79a can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | pending
Dashboards dashboards | 6 -- | -- resources | 24 views | 3 mode | storage
Recorder oldest_recorder_run | March 29, 2024 at 1:51 AM -- | -- current_recorder_run | April 5, 2024 at 11:40 AM estimated_db_size | 679.02 MiB database_engine | mysql database_version | 10.5.17
Sonoff version | 3.6.0 (8dd8af9) -- | -- cloud_online | 0 / 2 local_online | 1 / 1

What was the last working version of Home Assistant Core?

dunno

What type of installation are you running?

Home Assistant Container

Integration causing the issue

Solax

Link to integration documentation on our website

https://www.home-assistant.io/integrations/solax/

Diagnostics information

No response

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

home-assistant[bot] commented 6 months ago

Hey there @squishykid, mind taking a look at this issue as it has been labeled with an integration (solax) you are listed as a code owner for? Thanks!

Code owner commands Code owners of `solax` can trigger bot actions by commenting: - `@home-assistant close` Closes the issue. - `@home-assistant rename Awesome new title` Renames the issue. - `@home-assistant reopen` Reopen the issue. - `@home-assistant unassign solax` Removes the current integration label and assignees on the issue, add the integration domain after the command. - `@home-assistant add-label needs-more-information` Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue. - `@home-assistant remove-label needs-more-information` Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


solax documentation solax source (message by IssueLinks)

germanotero commented 6 months ago

Sorry my bad.. the PR has been merged 3 days ago.. probably next release! shame on me