UNPKG

homebridge-yale-sync-keypad

Version:

A pluign to connect to your Yale Sync Alarm account and allow you to change the alarm state using Homekit. Motion sensors are not supported, due to the fact that they are only active when the alarm is set to away.

53 lines (52 loc) 1.67 kB
{ "name": "homebridge-yale-sync-keypad", "displayName": "Yale Sync Alarm Keypad", "type": "module", "version": "1.0.0", "private": false, "description": "A pluign to connect to your Yale Sync Alarm account and allow you to change the alarm state using Homekit. Motion sensors are not supported, due to the fact that they are only active when the alarm is set to away.", "author": "LukeBurke99", "license": "Apache-2.0", "homepage": "https://github.com/LukeBurke99/homebridge-yale-sync-keypad#readme", "repository": { "type": "git", "url": "git+https://github.com/LukeBurke99/homebridge-yale-sync-keypad.git" }, "bugs": { "url": "https://github.com/LukeBurke99/homebridge-yale-sync-keypad/issues" }, "keywords": [ "homebridge", "homebridge-plugin", "yale", "alarm" ], "main": "dist/index.js", "engines": { "node": "^18.20.4 || ^20.18.0 || ^22.10.0", "homebridge": "^1.8.0 || ^2.0.0-beta.0" }, "scripts": { "build": "rimraf ./dist && tsc", "lint": "eslint . --max-warnings=0", "link": "sudo hb-service link", "prepublishOnly": "npm run lint && npm run build", "watch": "npm run build && npm link && nodemon", "restart": "hb-service restart" }, "devDependencies": { "@eslint/js": "^9.14.0", "@types/eslint__js": "^8.42.3", "@types/node": "^22.8.6", "eslint": "^9.14.0", "homebridge": "^2.0.0-beta.0", "nodemon": "^3.1.7", "rimraf": "^6.0.1", "ts-node": "^10.9.2", "typescript": "^5.6.3", "typescript-eslint": "^8.12.2" }, "dependencies": { "yalesyncalarm": "^2.0.4" } }