hOn/custom_components/hon
Jon Williams 8459e921ce Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility
Replace deprecated HomeAssistantType with HomeAssistant from homeassistant.core.

HomeAssistantType was removed in newer Home Assistant versions, causing ImportError.
This updates all imports from homeassistant.helpers.typing to homeassistant.core.

Fixes compatibility with Home Assistant 2026.x and later versions.

Files updated:
- __init__.py
- binary_sensor.py
- button.py
- climate.py
- entity.py
- fan.py
- light.py
- lock.py
- number.py
- select.py
- sensor.py
- switch.py
2026-02-06 17:24:48 +00:00
..
translations Update translations 2024-03-17 21:52:54 +01:00
__init__.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
binary_sensor.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
button.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
climate.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
config_flow.py Fix mypy errors 2023-11-20 16:39:33 +01:00
const.py Change poll to push 2024-03-25 02:26:20 +01:00
entity.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
fan.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
light.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
lock.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
manifest.json Update manifest.json 2024-08-14 22:51:18 +02:00
number.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
select.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
sensor.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
switch.py Fix HomeAssistantType deprecation for Home Assistant 2025.x compatibility 2026-02-06 17:24:48 +00:00
typedefs.py Fix issues from refactoring 2023-07-24 21:37:48 +02:00
util.py Rebuild to single data coordinator 2024-03-29 01:22:44 +01:00