From 029e98be9183991586e7772b6bed5dd11a9938ea Mon Sep 17 00:00:00 2001 From: ebaauw Date: Wed, 1 Jan 2020 14:50:06 +0100 Subject: [PATCH] Happy New Year --- README.md | 2 +- cli/hap.js | 2 +- cli/json.js | 2 +- cli/upnp.js | 2 +- index.js | 2 +- lib/WsAccessory.js | 2 +- lib/WsPlatform.js | 2 +- lib/WsService.js | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bb81d16..ab4abf6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Homebridge plugin for virtual weather station -Copyright © 2018-2019 Erik Baauw. All rights reserved. +Copyright © 2018-2020 Erik Baauw. All rights reserved. This [homebridge](https://github.com/nfarina/homebridge) plugin exposes one or more virtual weather stations to Apple's [HomeKit](http://www.apple.com/ios/home/). Each station mimics an Eve Degree, providing separate services for Temperature, Humidity, and Air Pressure. Temperature and Humidity are supported Apple's [Home](https://support.apple.com/en-us/HT204893) app and by Siri. For Air Pressure you need another app, like like [Eve](https://www.evehome.com/en/eve-app). In Eve, you also get history for Temperature, Humidity and Air Pressure. The weather is retrieved from [OpenWeatherMap](https://openweathermap.org). diff --git a/cli/hap.js b/cli/hap.js index 1f31bba..e18277f 100755 --- a/cli/hap.js +++ b/cli/hap.js @@ -1,7 +1,7 @@ #!/usr/bin/env node // homebridge-ws/cli/hap.js -// Copyright © 2019 Erik Baauw. All rights reserved. +// Copyright © 2019-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/cli/json.js b/cli/json.js index c52dd5b..28772ae 100755 --- a/cli/json.js +++ b/cli/json.js @@ -1,7 +1,7 @@ #!/usr/bin/env node // homebridge-ws/cli/json.js -// Copyright © 2019 Erik Baauw. All rights reserved. +// Copyright © 2019-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/cli/upnp.js b/cli/upnp.js index 0b65b5d..f32ae5e 100755 --- a/cli/upnp.js +++ b/cli/upnp.js @@ -1,7 +1,7 @@ #!/usr/bin/env node // homebridge-ws/cli/upnp.js -// Copyright © 2019 Erik Baauw. All rights reserved. +// Copyright © 2019-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/index.js b/index.js index 70e3971..ab1bbc3 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,5 @@ // homebridge-ws/index.js -// Copyright © 2018-2019 Erik Baauw. All rights reserved. +// Copyright © 2018-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/lib/WsAccessory.js b/lib/WsAccessory.js index 9f71412..b034af5 100644 --- a/lib/WsAccessory.js +++ b/lib/WsAccessory.js @@ -1,5 +1,5 @@ // homebridge-ws/lib/WsAccessory.js -// Copyright © 2018-2019 Erik Baauw. All rights reserved. +// Copyright © 2018-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/lib/WsPlatform.js b/lib/WsPlatform.js index 60040a6..242de94 100644 --- a/lib/WsPlatform.js +++ b/lib/WsPlatform.js @@ -1,5 +1,5 @@ // homebridge-ws/lib/WsPlatform.js -// Copyright © 2018-2019 Erik Baauw. All rights reserved. +// Copyright © 2018-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station. diff --git a/lib/WsService.js b/lib/WsService.js index 60f2077..b405777 100644 --- a/lib/WsService.js +++ b/lib/WsService.js @@ -1,5 +1,5 @@ // homebridge-ws/lib/WsService.js -// Copyright © 2018-2019 Erik Baauw. All rights reserved. +// Copyright © 2018-2020 Erik Baauw. All rights reserved. // // Homebridge plugin for virtual weather station.