- Added characteristics for precip 1 hour, precip today, wind direction, wind speed, air pressure, visibility, uv-index and station
- Added condition category for sunny weather
- Renamed condition values to condition categories
- Changed condition category values
- Changed service to temperature-sensor so that the device is recognized by apple home app
- Added optional parameter "interval"
- Added debug library
- Added forecast for today
- Added forecast for next three days
- Added configuration for forecast
- Added observation time
- Added chance for rain
- Added wind speed max
- Changed plugin type to platform
- Changed names of accessories
- Fixed config example in readme
- Added screenshot to description
- Added condition solar radiation
- Added log output of API response to identify function
- Added forecast temperature minimum
- Fixed negative temperatures shown as 0°C
- Fixed handling of sometimes flawed weather underground responses
- Added history in eve app for temperature, relative humidity and air pressure
- Added persistence for history to handle homebridge restarts
- Fixed history has gaps with interval greater than 10 minutes
- Fixed mix-up between air pressure and relative humidity
- Fixed a crash on startup
- Renamed from homebridge-weather-station-extended to homebridge-weather-plus
- Added support for multiple apis
- Added support for dark-sky api
- Added condition ozone (dark-sky only)
- Added condition cloud cover (dark-sky only)
- Added condition dew point (dark-sky only)
- Added forecast for 7 days instead of 4 (dark-sky only)
- Added forecast for air pressure (dark-sky only)
- Added forecast for cloud cover (dark-sky only)
- Added forecast for dew point (dark-sky only)
- Added forecast for ozone (dark-sky only)
- Added forecast for uv-index (dark-sky only)
- Added forecast for visibility (dark-sky only)
- Added language for day and weather description (dark-sky only)
- Changed configuration to support multiple apis
- Changed configuration to set exact forecast days
- Changed readme
- Changed readme
- Added support for the OpenWeatherMap api
- Added support for different units
- Added displayName parameter
- Added support for the Yahoo api
- Added option to show Current Conditions as Eve Weather emulation
- Added option to pass parameters to fakegato
- Added option to rename forecastAccessory
- Added plugin version to Accessory Info
- Updated debug dependency
- Added option to set serial number
- Changed history timer to make use of advantages in newer fakegato version
- Fixed precipitation calculation in dark sky api
- Added support for multiple weather stations
- Fixed crash of homebridge when using expired weather underground api
- Updated openweathermap dependency to v4.0.0