UNPKG

homebridge-ambient-realtime

Version:

Ambient Weather Realtime API platform plugin for [Homebridge](https://github.com/nfarina/homebridge).

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