UNPKG

homebridge-pushover-notification

Version:

Homebridge plugin to send push notifications through Pushover from HomeKit

6 lines 239 B
import { PushoverNotificationPlatform } from './platform.js'; import { PLATFORM_NAME } from './const.js'; export default (api) => { api.registerPlatform(PLATFORM_NAME, PushoverNotificationPlatform); }; //# sourceMappingURL=index.js.map