mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-13 10:58:02 +00:00
Add bare bones homekit module for iot devices (#1566)
Based on the existing smart HomeKit module, this has been tested with a real device that supports this module. --------- Co-authored-by: Teemu Rytilahti <tpr@iki.fi>
This commit is contained in:
@@ -6,6 +6,7 @@ from .cloud import Cloud
|
||||
from .countdown import Countdown
|
||||
from .dimmer import Dimmer
|
||||
from .emeter import Emeter
|
||||
from .homekit import HomeKit
|
||||
from .led import Led
|
||||
from .light import Light
|
||||
from .lighteffect import LightEffect
|
||||
@@ -34,4 +35,5 @@ __all__ = [
|
||||
"Schedule",
|
||||
"Time",
|
||||
"Usage",
|
||||
"HomeKit",
|
||||
]
|
||||
|
Reference in New Issue
Block a user