mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +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 lights."""
|
||||
import logging
|
||||
|
||||
from homekit.model.characteristics import CharacteristicsTypes
|
||||
from aiohomekit.model.characteristics import CharacteristicsTypes
|
||||
|
||||
from homeassistant.components.light import (
|
||||
ATTR_BRIGHTNESS,
|
||||
|
||||
Reference in New Issue
Block a user