1.1.4 • Published 3 years ago

@linusnyren/homebridge-yr v1.1.4

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

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": "lat=57.68333&lon=11.93333&altitude=36",
  "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).
1.1.1

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.10

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago