UNPKG

homebridge-kasa-python

Version:

Plugin that uses Python-Kasa API to communicate with Kasa Devices.

6 lines 218 B
import { PLATFORM_NAME } from './settings.js'; import KasaPythonPlatform from './platform.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, KasaPythonPlatform); }; //# sourceMappingURL=index.js.map