UNPKG

homebridge-tasmota

Version:

Homebridge plugin for Tasmota devices leveraging home assistant auto discovery.

7 lines (6 loc) 165 B
import { API } from 'homebridge'; /** * This method registers the platform with Homebridge */ declare const _default: (api: API) => void; export default _default;