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

Log warnings for deprecated alias #129

Closed J4yDubsHome closed 6 months ago

J4yDubsHome commented 6 months ago

The problem

Logger: homeassistant.helpers.typing Source: helpers/deprecation.py:206 First occurred: 7:21:30 PM (4 occurrences) Last logged: 7:21:31 PM

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?

v1.4.1

What version of Home Assistant are you running?

2024.5.1

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?

Supervisor 2024.04.4

Example YAML snippet

No response

Anything in the logs that might be useful for us?

Logger: homeassistant.helpers.typing
Source: helpers/deprecation.py:206
First occurred: 7:21:30 PM (4 occurrences)
Last logged: 7:21:31 PM

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

Additional information

No response

stefan-44 commented 6 months ago

Same warning as described by J4yDubsHome:

Logger: homeassistant.helpers.typing Quelle: helpers/deprecation.py:206 Erstmals aufgetreten: 11:26:28 (4 Vorkommnisse) Zuletzt protokolliert: 11:26:29

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

Versions used: AutoBackup v1.4.1

HA: Core 2024.5.2 Supervisor 2024.05.1 Operating System 12.3 Frontend 20240501.1

github-actions[bot] commented 6 months ago

:tada: This issue has been resolved in version 1.5.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: