Ludy87 / xplora_watch

Xplora® Watch Home Assistant Integration
MIT License
49 stars 6 forks source link

No longer working with HA 2024.4.4 #414

Closed sevorl closed 5 months ago

sevorl commented 5 months ago

What version of Integration has the issue?

v.2.13.9

System Health details

System Information

version core-2024.4.4
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.12.2
os_name Linux
os_version 6.1.73-haos-raspi
arch aarch64
timezone Europe/Berlin
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 4664 Installed Version | 1.34.0 Stage | running Available Repositories | 1475 Downloaded Repositories | 61
Home Assistant Cloud logged_in | false -- | -- can_reach_cert_server | ok can_reach_cloud_auth | ok can_reach_cloud | ok
Home Assistant Supervisor host_os | Home Assistant OS 12.2 -- | -- update_channel | stable supervisor_version | supervisor-2024.04.0 agent_version | 1.6.0 docker_version | 25.0.5 disk_total | 116.7 GB disk_used | 45.8 GB healthy | true supported | true board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | Node-RED (17.0.12), File editor (5.8.0), Terminal & SSH (9.13.0), NGINX Home Assistant SSL proxy (3.9.0), Duck DNS (1.17.0), Home Assistant Google Drive Backup (0.112.1), Samba share (12.3.1), Bookstack (2.0.4), Nginx Proxy Manager (1.0.1), deCONZ (6.23.0), AdGuard Home (5.0.7), AppDaemon (0.16.5), Vaultwarden (Bitwarden) (0.21.2), ESPHome (2024.4.1), SQLite Web (4.1.2), Advanced SSH & Web Terminal (17.2.0), Mosquitto broker (6.4.0), phpMyAdmin (0.9.1), Cloudflared (5.1.8), MariaDB (2.7.1), Studio Code Server (5.15.0)
Dashboards dashboards | 7 -- | -- resources | 39 views | 42 mode | storage
Recorder oldest_recorder_run | 23. April 2024 um 09:18 -- | -- current_recorder_run | 25. April 2024 um 15:25 estimated_db_size | 1329.48 MiB database_engine | sqlite database_version | 3.44.2
Spotify api_endpoint_reachable | ok -- | --

Checklist

Describe the issue

After updating to core-2024.4.4, the setup fails:

Setup failed for custom integration 'xplora_watch': Requirements for xplora_watch not found: ['pyxplora_api==2.12.7', 'aiohttp==3.9.4'].

Reproduction steps

  1. Update HA to core-2024.4.4
  2. ...

Debug logs

Setup failed for custom integration 'xplora_watch': Requirements for xplora_watch not found: ['pyxplora_api==2.12.7', 'aiohttp==3.9.4'].
github-actions[bot] commented 5 months ago

:wave: @sevorl, it is checked whether there is a bug. Please have some patience. This action was performed automatically.

Ludy87 commented 5 months ago

There is probably an error reading into Home Assistant, a restart should help.

In the latest version the version of the lib has been increased: https://github.com/Ludy87/xplora_watch/blob/83f6f662046ed8cfcd87d5eb406399add2de0fcb/custom_components/xplora_watch/manifest.json#L12

sevorl commented 5 months ago

Thanks for the quick fix! This works now!