mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 14:30:22 +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,5 +1,5 @@
|
||||
"""Support for Homekit sensors."""
|
||||
from homekit.model.characteristics import CharacteristicsTypes
|
||||
from aiohomekit.model.characteristics import CharacteristicsTypes
|
||||
|
||||
from homeassistant.const import DEVICE_CLASS_BATTERY, TEMP_CELSIUS
|
||||
from homeassistant.core import callback
|
||||
|
||||
Reference in New Issue
Block a user