lkempf / casambi-bt-hass

32 stars 12 forks source link

Deprecation Home Assistant 2024.5 #80

Closed tjorim closed 5 months ago

tjorim commented 6 months ago

Version of the custom_component

v0.1.2

Version of Home Assistant

2024.5.0b0

Describe the bug

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:190
First occurred: 22:12:52 (5 occurrences)
Last logged: 22:15:23

Detected that custom integration 'casambi_bt' accesses hass.helpers.httpx_client. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from httpx_client directly at custom_components/casambi_bt/__init__.py, line 75: hass.helpers.httpx_client.get_async_client(), get_cache_dir(hass), please report it to the author of the 'casambi_bt' custom integration
lkempf commented 5 months ago

Thanks for the report. Fixed.