mirror of
https://github.com/home-assistant/core.git
synced 2025-11-12 12:30:31 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user