-
- Downloads
New sensors and manufacturer cluster to support IKEA STARKVIND (with Quirk) (#73450)
* Add Particulate Matter 2.5 of ZCL concentration clusters to ZHA component
* Fixed black and flake8 test
* New sensors and manufacturer cluster to support IKEA STARKVIND (with quirk)
* Isort and codespell fixes
* Instead using the fan cluster, i've created a Ikea air purifier cluster/channel that supports all sensors and fan modes
* update sensors to support the new ikea_airpurifier channel
* Fix black, flake8, isort
* Mylint/mypy fixes + Use a TypedDict for REPORT_CONFIG in zha #73629
* Last fix for test_fan.py
* fix fan test
Co-authored-by:
David F. Mulcahey <david.mulcahey@me.com>
Showing
- homeassistant/components/zha/binary_sensor.py 8 additions, 0 deletionshomeassistant/components/zha/binary_sensor.py
- homeassistant/components/zha/core/channels/manufacturerspecific.py 57 additions, 1 deletion...tant/components/zha/core/channels/manufacturerspecific.py
- homeassistant/components/zha/core/registries.py 1 addition, 0 deletionshomeassistant/components/zha/core/registries.py
- homeassistant/components/zha/fan.py 99 additions, 0 deletionshomeassistant/components/zha/fan.py
- homeassistant/components/zha/number.py 18 additions, 0 deletionshomeassistant/components/zha/number.py
- homeassistant/components/zha/sensor.py 32 additions, 0 deletionshomeassistant/components/zha/sensor.py
- homeassistant/components/zha/switch.py 18 additions, 0 deletionshomeassistant/components/zha/switch.py
- tests/components/zha/test_fan.py 183 additions, 3 deletionstests/components/zha/test_fan.py
Loading
Please register or sign in to comment