1.0.1 • Published 6 years ago

homebridge-seasons v1.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

homebridge-seaons

This is a plugin for homebridge that displays the current season of the year. You can download it via npm.

Feel free to leave any feedback here.

Features

  • Meteorologic season
  • Astronomic season
  • Nothern and southern hemisphere
  • Number and name representation of the season

Installation

  1. Install homebridge using: npm install -g homebridge
  2. Install this plugin using: npm install -g homebridge-seasons
  3. Update your configuration file. See the samples below.

Configuration

Add the following information to your config file.

  • You can choose between the meteorologic and astronomic calendar.
  • You can set your hemisphere between north and south.
  • And you can decide whether you want to see the season as a number (0 = Spring), a name or both. The number representation can be used in homekit rules.
"platforms": [
	{
		"platform": "Seasons",
		"name": "Seasons",
		"calendar": "meteorologic",
		"hemisphere": "north",
		"display": "both"
	}
]