Refactor homekit_controller to be fully asynchronous (#32111)

* Port homekit_controller to aiohomekit

* Remove succeed() test helper

* Remove fail() test helper
This commit is contained in:
Jc2k
2020-02-24 09:55:33 +00:00
committed by GitHub
parent a1a835cf54
commit df9363610c
31 changed files with 560 additions and 583 deletions

View File

@@ -1,7 +1,7 @@
"""Support for Homekit climate devices."""
import logging
from homekit.model.characteristics import CharacteristicsTypes
from aiohomekit.model.characteristics import CharacteristicsTypes
from homeassistant.components.climate import (
DEFAULT_MAX_HUMIDITY,