ha_xiaomi_home/custom_components/xiaomi_home
Li Shuzhen 20b0004746
Some checks failed
Tests / check-rule-format (push) Has been cancelled
Validate / validate-hassfest (push) Has been cancelled
Validate / validate-hacs (push) Has been cancelled
Validate / validate-lint (push) Has been cancelled
Validate / validate-setup (push) Has been cancelled
refactor: refactor climate.py (#614)
* feat: add thermostat as climate entity

* feat: add bath-heater as climate entity

* refactor: climate entity

* fix: thermostat on/off

* fix: get the current fan mode

* perf: get fan level

* fix: fix climate hvac_mode

* fix: misuse of getting key or value from dict[int, any]

* style: add comments

* style: format the file based on google style

* fix: initialize _attr_hvac_modes

* feat: add heat and defog mode of ptc bath heater

---------

Co-authored-by: topsworld <sworldtop@gmail.com>
2025-02-19 09:21:46 +08:00
..
miot refactor: refactor climate.py (#614) 2025-02-19 09:21:46 +08:00
translations refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
__init__.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
binary_sensor.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
button.py feat: first commit 2024-12-10 17:36:32 +08:00
climate.py refactor: refactor climate.py (#614) 2025-02-19 09:21:46 +08:00
config_flow.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
cover.py fix: fix water heater error & some type error (#684) 2025-01-22 19:55:41 +08:00
event.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
fan.py fix: fan level with value-list & fan reverse (#689) 2025-01-24 10:43:49 +08:00
humidifier.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
light.py fix: fix water heater error & some type error (#684) 2025-01-22 19:55:41 +08:00
manifest.json docs: update changelog and version to v0.1.5b2 (#659) 2025-01-17 19:09:20 +08:00
notify.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
number.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
select.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
sensor.py feat: support modify spec and value conversion (#663) 2025-01-22 19:21:02 +08:00
switch.py feat: first commit 2024-12-10 17:36:32 +08:00
text.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
vacuum.py refactor: refactor miot device and spec (#592) 2025-01-17 18:14:31 +08:00
water_heater.py fix: fix water heater error & some type error (#684) 2025-01-22 19:55:41 +08:00