jcwillox / hass-auto-backup

🗃️ Improved Backup Service for Home Assistant that can Automatically Remove Backups and Supports Generational Backup Schemes.
https://jcwillox.github.io/hass-auto-backup
MIT License
366 stars 27 forks source link

HomeAssistantType deprecated, will be removed in HA 2025.5 #133

Closed thomaspalmdk closed 6 months ago

thomaspalmdk commented 6 months ago

The problem

This seems to be relevant to auto-backup.

Logger: homeassistant.helpers.typing
Kilde: helpers/deprecation.py:206
Første forekomst: 14.23.24 (4 forekomster)
Senest logget: 14.23.25

HomeAssistantType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.HomeAssistant instead, please report it to the author of the 'auto_backup' custom integration
ServiceCallType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.ServiceCall instead, please report it to the author of the 'auto_backup' custom integration
EventType was used from auto_backup, this is a deprecated alias which will be removed in HA Core 2025.5. Use homeassistant.core.Event instead, please report it to the author of the 'auto_backup' custom integration

What version of Auto Backup has the issue?

Latest

What version of Home Assistant are you running?

Latest stable

What type of installation are you running?

Home Assistant OS

If you're running HA OS/Supervised, what version of the Supervisor are you running?

Latest stable

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response