core/homeassistant/components/zimi
markhannon e69b3ebf1e
Add fan entity to Zimi integration (#144327)
* Import fan.py

* Align to light design

* Consistency for debug message

* ruff (post merge)

* Fixed stale docstring

* refactor init

* Combine aysnc_add_entities
Use _attr_speed_range instead of property

* Remove unused self._speed (and useless init)

* Refactor self._device to device in Entity init
2025-05-09 13:10:28 +02:00
..
__init__.py Add fan entity to Zimi integration (#144327) 2025-05-09 13:10:28 +02:00
config_flow.py
const.py
entity.py Add fan entity to Zimi integration (#144327) 2025-05-09 13:10:28 +02:00
fan.py Add fan entity to Zimi integration (#144327) 2025-05-09 13:10:28 +02:00
helpers.py
light.py
manifest.json
quality_scale.yaml
strings.json
switch.py