homebridge-pi
v1.0.0
Published
A homebridge sensor for Raspberry Pi
Downloads
16
Readme
homebridge-pi
A homebridge sensor for Raspberry Pi.
Installation
- Install Homebridge using:
npm install -g homebridge
- Install this plugin using:
npm install -g homebridge-pi
- Update your Homebridge
config.json
using the sample below.
Configuration
{
"accessory": "PiTemperature",
"name": "Raspberry PI Temperature"
}
Fields:
accessory
must be "PiTemperature" (required).name
is the name of the published accessory (required).