A homebridge temperature sensor for displaying the weather at your current location using data from yr.no.
- Install Homebridge using:
npm install -g --unsafe-perm homebridge
- Install this plugin using:
npm install -g --unsafe-perm homebridge-yr
- Update your Homebridge
config.json
using the sample below.
{
"accessory": "Yr",
"location": "Norge/Oslo/Oslo/Oslo",
"name": "Yr"
}
Fields:
accessory
must be "Yr" (required).location
location query string (resembles to location) (required).name
is the name of the published accessory (required).