UNPKG

homebridge-weather-noaa

Version:

Homebridge plugin providing temperature and humidity sensors using the NOAA / NWS API.

7 lines 246 B
"use strict"; const platform_1 = require("./platform"); const settings_1 = require("./settings"); module.exports = (api) => { api.registerPlatform(settings_1.PLATFORM_NAME, platform_1.NOAAWeatherPlatform); }; //# sourceMappingURL=index.js.map