Skip to content

hpbieker/homebridge-yr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

homebridge-yr

A homebridge temperature sensor for displaying the weather at your current location using data from yr.no.

Installation

  1. Install Homebridge using: npm install -g --unsafe-perm homebridge
  2. Install this plugin using: npm install -g --unsafe-perm homebridge-yr
  3. Update your Homebridge config.json using the sample below.

Configuration

{
  "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).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published