UNPKG

homebridge-tasmota

Version:

Homebridge plugin for Tasmota devices leveraging home assistant auto discovery.

9 lines 285 B
import { PLATFORM_NAME } from './settings.js'; import { tasmotaPlatform } from './tasmotaPlatform.js'; /** * This method registers the platform with Homebridge */ export default (api) => { api.registerPlatform(PLATFORM_NAME, tasmotaPlatform); }; //# sourceMappingURL=index.js.map