UNPKG

matterbridge-eve-weather

Version:
5 lines (4 loc) 208 B
import { EveWeatherPlatform as EveWeatherPlatform } from './platform.js'; export default function initializePlugin(matterbridge, log, config) { return new EveWeatherPlatform(matterbridge, log, config); }