-
- Downloads
Homekit controller BLE groundwork (#20538)
* Define the characteristics to poll (or subscribe to) up front * Configure characteristics immediately instead of during first poll * Do as much cover configuration upfront as possible * Remove test workaround as no longer needed * Remove switch code that is already handled by HomeKitEntity * Remove lock code already handled by HomeKitEntity * Remove light code already handled by HomeKitEntity * Remove alarm code already handled by HomeKitEntity * Remove climate code already handled by HomeKitEntity
Showing
- homeassistant/components/homekit_controller/__init__.py 60 additions, 0 deletionshomeassistant/components/homekit_controller/__init__.py
- homeassistant/components/homekit_controller/alarm_control_panel.py 10 additions, 6 deletions...tant/components/homekit_controller/alarm_control_panel.py
- homeassistant/components/homekit_controller/climate.py 25 additions, 11 deletionshomeassistant/components/homekit_controller/climate.py
- homeassistant/components/homekit_controller/cover.py 34 additions, 32 deletionshomeassistant/components/homekit_controller/cover.py
- homeassistant/components/homekit_controller/light.py 24 additions, 9 deletionshomeassistant/components/homekit_controller/light.py
- homeassistant/components/homekit_controller/lock.py 10 additions, 6 deletionshomeassistant/components/homekit_controller/lock.py
- homeassistant/components/homekit_controller/switch.py 9 additions, 2 deletionshomeassistant/components/homekit_controller/switch.py
- tests/components/homekit_controller/common.py 3 additions, 4 deletionstests/components/homekit_controller/common.py
- tests/components/homekit_controller/test_cover.py 2 additions, 2 deletionstests/components/homekit_controller/test_cover.py
Loading
Please register or sign in to comment