-
- Downloads
Add configuration entities and device actions for Inovelli Blue Series switch to ZHA (#79106)
* Add Inovelli configutation entities to ZHA * add device actions * fix attribute name collision * add device action tests * disable remote protection per Inovelli request * expect_reply to false * update test for expect_reply change * inovelli feedback * translation keys and strings * clean up numbers * prevent double events * remove individual LED defaults per inovelli * redundant check * update test
Showing
- homeassistant/components/zha/core/channels/manufacturerspecific.py 127 additions, 3 deletions...tant/components/zha/core/channels/manufacturerspecific.py
- homeassistant/components/zha/core/const.py 1 addition, 0 deletionshomeassistant/components/zha/core/const.py
- homeassistant/components/zha/device_action.py 118 additions, 5 deletionshomeassistant/components/zha/device_action.py
- homeassistant/components/zha/entity.py 2 additions, 0 deletionshomeassistant/components/zha/entity.py
- homeassistant/components/zha/number.py 252 additions, 0 deletionshomeassistant/components/zha/number.py
- homeassistant/components/zha/select.py 43 additions, 5 deletionshomeassistant/components/zha/select.py
- homeassistant/components/zha/strings.json 6 additions, 1 deletionhomeassistant/components/zha/strings.json
- homeassistant/components/zha/switch.py 79 additions, 0 deletionshomeassistant/components/zha/switch.py
- homeassistant/components/zha/translations/en.json 3 additions, 1 deletionhomeassistant/components/zha/translations/en.json
- tests/components/zha/test_device_action.py 191 additions, 9 deletionstests/components/zha/test_device_action.py
Loading
Please register or sign in to comment