ha_xiaomi_home/custom_components/xiaomi_home/miot
Yi Zhai 162f943924
fix: use binary sensor class for door and windows sensor and water leak sensor
fix: use Binary sensor class for door&windows and water leak sensor

The original version uses a sensor class for various sensors, such as door and windows sensors, water leak sensors, occupancy sensors, motion sensors, etc., which prevents the HomeKit Bridge from generating corresponding entities.
This fix is to use binary sensor class for door andwindows sensor and water leak sensor.

Correspoding issue: https://github.com/XiaoMi/ha_xiaomi_home/issues/206
2024-12-19 16:55:28 +08:00
..
i18n Merge pull request #168 from wheresrofl/patch-1 2024-12-19 14:07:54 +08:00
specs fix: use binary sensor class for door and windows sensor and water leak sensor 2024-12-19 16:55:28 +08:00
common.py feat: first commit 2024-12-10 17:36:32 +08:00
const.py feat: const.INTEGRATION_LANGUAGES add pt, pt-BR 2024-12-18 21:20:51 +08:00
miot_client.py style: remove invalid space 2024-12-18 10:35:29 +08:00
miot_cloud.py fix: fix get homeinfo error 2024-12-17 15:32:19 +08:00
miot_device.py style: fix the trailing space problem reported by pylint 2024-12-18 15:56:45 +08:00
miot_error.py feat: first commit 2024-12-10 17:36:32 +08:00
miot_ev.py test: add test case for miot event 2024-12-16 09:38:04 +08:00
miot_i18n.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
miot_lan.py style: remove invalid space 2024-12-18 10:35:29 +08:00
miot_mdns.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
miot_mips.py style: ignore pylint wanring ('inconsistent-quotes') 2024-12-16 10:41:30 +08:00
miot_network.py feat: first commit 2024-12-10 17:36:32 +08:00
miot_spec.py style: ignore pylint wanring ('inconsistent-quotes') 2024-12-16 10:41:30 +08:00
miot_storage.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00
web_pages.py style: pylint check add ignore item 2024-12-10 19:11:25 +08:00