UNPKG

homebridge-velux

Version:

Homebridge plugin for Velux Integra KLF 200 gateway

56 lines (55 loc) 1.2 kB
{ "name": "homebridge-velux", "description": "Homebridge plugin for Velux Integra KLF 200 gateway", "displayName": "Homebridge Velux", "author": "Erik Baauw", "maintainers": [ "ebaauw" ], "license": "Apache-2.0", "version": "1.0.12", "keywords": [ "homebridge-plugin", "homekit", "velux", "integra", "klf200", "klf" ], "type": "module", "main": "index.js", "bin": { "velux": "cli/velux.js" }, "engines": { "homebridge": "^2.0.1", "node": "^24||^22", "klf200": "3.14" }, "dependencies": { "hb-velux-tools": "~1.0.9", "homebridge-lib": "~8.1.0" }, "scripts": { "prepare": "standard", "test": "standard && echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/ebaauw/homebridge-velux.git" }, "bugs": { "url": "https://github.com/ebaauw/homebridge-velux/issues" }, "homepage": "https://github.com/ebaauw/homebridge-velux#readme", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ebaauw" }, { "type": "paypal", "url": "https://www.paypal.me/ebaauw/EUR" } ] }