mirror of
https://github.com/python-kasa/python-kasa.git
synced 2025-10-12 18:38:03 +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:
@@ -80,7 +80,7 @@ _LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
||||
def _wrap_redactors(redactors: dict[str, Callable[[Any], Any] | None]):
|
||||
"""Wrap the redactors for dump_devinfo.
|
||||
"""Wrap the redactors for dump_devinfo.
|
||||
|
||||
Will replace all partial REDACT_ values with zeros.
|
||||
If the data item is already scrubbed by dump_devinfo will leave as-is.
|
||||
@@ -423,6 +423,7 @@ async def get_legacy_fixture(
|
||||
Call(module="smartlife.iot.LAS", method="get_adc_value"),
|
||||
Call(module="smartlife.iot.PIR", method="get_config"),
|
||||
Call(module="smartlife.iot.PIR", method="get_adc_value"),
|
||||
Call(module="smartlife.iot.homekit", method="setup_info_get"),
|
||||
]
|
||||
|
||||
successes = []
|
||||
|
Reference in New Issue
Block a user