1.0.2 • Published 7 months ago
homebridge-plugin-update-check v1.0.2
homebridge-plugin-update-check
A Homebridge plugin for checking for updates to Homebridge and plugins.
This will use homebridge-config-ui-x when available, but will fall back to using npm-check-updates if it is not.
Installation
- Install Homebridge using the official instructions.
- Install this plugin using:
sudo npm install -g homebridge-plugin-update-check
. - Update your configuration file. See sample config.json snippet below.
Configuration
Configuration sample:
"platforms": [
{
"platform": "PluginUpdate",
"sensorType": "motion",
"forceNcu": false
}
]
Fields
- "platform": Must always be "PluginUpdate" (required)
- "sensorType": What type of sensor will be exposed to HomeKit. Can be
motion
,contact
,occupancy
,humidity
,light
,air
,leak
,smoke
,dioxide
, ormonoxide
(Default:motion
) - "forceNcu": Force use of npm-check-updates instead of homebridge-config-ui-x. (Default:
false
)
2.0.0-beta.2
7 months ago
2.0.0-beta.1
7 months ago
2.0.0-beta.0
7 months ago
2.0.0
5 months ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago