UNPKG

@homebridge-plugins/homebridge-tado

Version:
14 lines (11 loc) 362 B
/** * v7 * * @url https://github.com/homebridge-plugins/homebridge-tado * @author maintained by smart7324 <34960772+smart7324@users.noreply.github.com> - author SeydX <seyd55@outlook.de> * **/ import TadoPlatform from './src/platform.js'; export default function (homebridge) { homebridge.registerPlatform('TadoPlatform', TadoPlatform(homebridge)); };