core/homeassistant/components/homee
Markus Adrario ba8d40f7d3
Add homee fan platform (#143524)
* Initial fan

* add more tests

* add last fan tests and small fixes

* fix tests after latest change

* another small correction

* use common strings

* add snapshot test

* fix review comments

* fix typing

* remove uneeded None

* remove unwanted file

* fix turn_on function

* typo

* Use constants for preset modes.

* fix  review notes.
2025-05-09 18:51:57 +02:00
..
__init__.py Add homee fan platform (#143524) 2025-05-09 18:51:57 +02:00
binary_sensor.py
button.py
climate.py
config_flow.py
const.py Add homee fan platform (#143524) 2025-05-09 18:51:57 +02:00
cover.py
entity.py
fan.py Add homee fan platform (#143524) 2025-05-09 18:51:57 +02:00
helpers.py
icons.json Add homee fan platform (#143524) 2025-05-09 18:51:57 +02:00
light.py
lock.py
manifest.json
number.py
quality_scale.yaml
select.py
sensor.py
strings.json Add homee fan platform (#143524) 2025-05-09 18:51:57 +02:00
switch.py
valve.py