homebridge-http-sensors-switches
Version:
This plugin communicates with your devices over HTTP or MQTT. Currently it supports Light Bulb, Switches, Outlets, Fan, Garage Door, Shades / Blinds, Temperature/Humidity, Motion, Contact and Occupancy sensor, Air Quality, Smoke, Carbon Dioxide and Light
77 lines (76 loc) • 2.17 kB
JSON
{
"name": "homebridge-http-sensors-switches",
"displayName": "Http Sensors and Switches",
"type": "module",
"version": "2.0.0",
"private": false,
"description": "This plugin communicates with your devices over HTTP or MQTT. Currently it supports Light Bulb, Switches, Outlets, Fan, Garage Door, Shades / Blinds, Temperature/Humidity, Motion, Contact and Occupancy sensor, Air Quality, Smoke, Carbon Dioxide and Light Sensor. Simple Discord Webhooks available in Light Bulb, Switches and Outlets and sensors.",
"author": "Kresimir Kokanovic",
"license": "Apache-2.0",
"homepage": "https://github.com/kreso975/homebridge-http-sensors-switches#readme",
"repository": {
"type": "git",
"url": "https://github.com/kreso975/homebridge-http-sensors-switches.git"
},
"bugs": {
"url": "https://github.com/kreso975/homebridge-http-sensors-switches/issues"
},
"funding": {
"type": "paypal",
"url": "https://paypal.me/kreso975"
},
"keywords": [
"homebridge-plugin",
"homebridge",
"homekit",
"http",
"mqtt",
"json",
"thermometer",
"temperature",
"humidity",
"switch",
"outlet",
"lightbulb",
"discord",
"webhook",
"Motion Sensors",
"Blinds",
"Shades",
"Garage Door",
"Carbon Dioxide",
"Smoke sensor",
"smart home",
"motion sensor",
"temperature sensor",
"plugin"
],
"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",
"prepublishOnly": "npm run lint && npm run build",
"watch": "npm run build && npm link && nodemon"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.8.6",
"axios": "^1.7.5",
"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": {
"@types/axios": "^0.14.0",
"mqtt": "^5.10.1"
}
}