Commit graph

39 commits

Author SHA1 Message Date
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
Andre Basche 0e26b4a0f7 Fix applance connection handling 2024-03-29 14:48:35 +01:00
Andre Basche a6c2c3e992 Rebuild to single data coordinator 2024-03-29 01:22:44 +01:00
Andre Basche c46171114f Change poll to push 2024-03-25 02:26:20 +01:00
Andre Basche 6e8576c7bd Add FRE appliances, #177 2024-03-17 23:54:50 +01:00
Andre Basche 9d6b8297b2 Add mypy check, add missing types and fix type issues 2023-07-23 21:53:00 +02:00
Andre Basche fb09c2e559 Improve hood controls 2023-07-12 00:20:35 +02:00
Andre Basche 60ed8b4ec1 Read out version 2023-06-29 22:23:45 +02:00
Andre Basche e5e351272b Create data archive 2023-06-25 17:33:30 +02:00
Andre Basche 0d43eeff3d Merge branch 'main' into refactor 2023-06-22 13:18:45 +02:00
Riccardo Briccola d83179a9fa Fix deprecated import 2023-06-21 00:17:02 +02:00
Andre Basche 1ea9153c2e Apply changes for new pyhon version 2023-06-13 00:14:51 +02:00
pksobon 57ecd7c3a5
Adding HO integration (#56)
* Update button.py

* Update number.py

* Update sensor.py
2023-05-30 05:22:02 +02:00
Andre Basche a8762367ed Refactor hon entities 2023-05-28 00:30:40 +02:00
Andre Basche 696dc136eb Refactor entry setup 2023-05-25 01:30:33 +02:00
Andre Basche e9d1bb2056 Refactor get coordinator 2023-05-25 00:52:54 +02:00
Andre Basche bf1a6e8fe2 Improve fridge support #41 2023-05-21 20:52:27 +02:00
Andre Basche d963086dbf Fix climate not available #52 2023-05-19 01:27:44 +02:00
Andre Basche fae4c4c879 Check remote control only if available, fix #50 2023-05-16 20:34:05 +02:00
Andre Basche 17d4d14ead Show controls always unavailable when diconnected #43 2023-05-13 22:09:48 +02:00
Andre Basche aefe2cf88d Add supported models 2023-05-12 18:15:28 +02:00
Andre Basche 146e710881 Add first fridge sensors #41 2023-05-10 18:23:06 +02:00
Andre Basche 0afbfe997d Fix log device info #40 2023-05-09 12:41:41 +02:00
Andre Basche 240dc85ff3 Small fixes, fix KeyError for switches #38 2023-05-08 19:26:10 +02:00
Andre Basche 6935f5f07f Deactivate contols when remotectrl disabled, fixes #28 2023-05-07 19:13:50 +02:00
Andre Basche 8e4e491c33 Output pyhon version 2023-04-25 23:39:18 +02:00
Andre Basche 90e02428e8 start translation of entity names 2023-04-23 03:31:32 +02:00
Miguel Ángel 5dbf508519 Merged 2023-04-16 17:04:18 +02:00
Miguel Ángel 7d3813b8fd Update oven 2023-04-16 16:59:37 +02:00
Andre Basche 2aa1d3df01 Correct name for IH #22 2023-04-16 13:56:58 +02:00
Andre Basche d91b3edb40 Use unique_id instead of mac address for #22 2023-04-15 22:05:02 +02:00
Andre Basche 83c5e3479e Add hob support #22 2023-04-15 04:34:12 +02:00
Andre Basche 89d2fd4af1 Read out device data via ui 2023-04-11 22:08:47 +02:00
Andre Basche 907bc44533 Reformat with black 2023-04-10 19:51:16 +02:00
Andre Basche 7e9202ef38 New pyhOn version 2023-04-10 07:09:54 +02:00
Andre Basche e1a2af70e9 Bump to v0.4.0 2023-04-08 06:15:33 +02:00
Miguel Ángel 116f9d5470 Add oven support 2023-04-07 13:52:55 +02:00
Andre Basche 075d34b5e2 Fix many bugs 2023-03-08 23:00:55 +01:00
Andre Basche 03a1e40b6e Rename repo 2023-03-06 13:41:58 +01:00
Renamed from custom_components/haier/button.py (Browse further)