ha_xiaomi_home/custom_components/xiaomi_home
Paul Shawn 29b7489ac7
feat: support devices filter & devices changed notify (#332)
* feat: add devices filter page

* doc: update translations and i18n

* fix: cancel miot http timer

* feat: improve devices filter

* doc: update translations/de

* fix: i18n type error

* feat: config flow support device filter

* fix: fix mdns type error

* fix: fix miot client i18n logic

* feat: add connect type

* doc: update translations and i18n

* feat: update auth info save logic

* feat: improve config flow devices filter

* fix: fix some type error

* doc: update translations for option flow

* fix: fix option flow type error

* feat: support option flow devices filter

* doc: update option flow tranlations

* feat: update webhook handle func to private

* feat: update config flow translations

* doc: update tranlations text

* feat: custom display device changed notify

* feat: device changed notify logical refinement

* doc: update translations content
2024-12-24 21:28:50 +08:00
..
miot feat: support devices filter & devices changed notify (#332) 2024-12-24 21:28:50 +08:00
translations feat: support devices filter & devices changed notify (#332) 2024-12-24 21:28:50 +08:00
__init__.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
binary_sensor.py feat: first commit 2024-12-10 17:36:32 +08:00
button.py feat: first commit 2024-12-10 17:36:32 +08:00
climate.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
config_flow.py feat: support devices filter & devices changed notify (#332) 2024-12-24 21:28:50 +08:00
cover.py fix: invalid cover status 2024-12-17 19:18:19 +08:00
event.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
fan.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
humidifier.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
light.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
manifest.json doc: update changelog and version to v0.1.4b0 (#312) 2024-12-21 11:41:24 +08:00
notify.py Fix: Replace inconsistent logging.error with _LOGGER.error (#262) 2024-12-20 13:56:51 +08:00
number.py feat: first commit 2024-12-10 17:36:32 +08:00
select.py feat: first commit 2024-12-10 17:36:32 +08:00
sensor.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00
switch.py feat: first commit 2024-12-10 17:36:32 +08:00
text.py feat: first commit 2024-12-10 17:36:32 +08:00
vacuum.py feat: first commit 2024-12-10 17:36:32 +08:00
water_heater.py fix: fix type error, wrong use of any and Any (#338) 2024-12-22 10:46:58 +08:00