Skip to content
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

HomeAssistantType will be deprecated in 2025.5 release of HA #284

Open
Rob65 opened this issue May 4, 2024 · 1 comment
Open

HomeAssistantType will be deprecated in 2025.5 release of HA #284

Rob65 opened this issue May 4, 2024 · 1 comment

Comments

@Rob65
Copy link

Rob65 commented May 4, 2024

After installing this component, the following warning appears in my log file:

HomeAssistantType was used from remote_homeassistant, 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 'remote_homeassistant' custom integration

System info:

Core 2024.5.1
Supervisor 2024.04.4
Operating System 12.2
Frontend 20240501.0
@PaarthShah
Copy link

PaarthShah commented May 11, 2024

To extend on this, there are actually 2 warnings

2024-05-10 23:01:50.414 WARNING (ImportExecutor_0) [homeassistant.helpers.typing] HomeAssistantType was used from remote_homeassistant, 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 'remote_homeassistant' custom integration
2024-05-10 23:01:50.444 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'remote_homeassistant' accesses hass.helpers.service. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from service directly at custom_components/remote_homeassistant/__init__.py, line 213: hass.helpers.service.async_register_admin_service(, please create a bug report at https://github.com/custom-components/remote_homeassistant/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants