homebridge-weather
Advanced tools
Comparing version 1.12.3 to 1.12.4
@@ -398,3 +398,3 @@ "use strict"; | ||
url += "?APPID=" + this.apikey + "&units=" + this.unit + "&"; | ||
url += "?appid=" + this.apikey + "&units=" + this.unit + "&"; | ||
if (this.locationByCity) { | ||
@@ -401,0 +401,0 @@ url += "q=" + this.locationByCity; |
{ | ||
"name": "homebridge-weather", | ||
"version": "1.12.3", | ||
"version": "1.12.4", | ||
"description": "Homebridge plugin for displaying the weather from openweathermap.org", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -7,3 +7,6 @@ # homebridge-weather | ||
If you find my work useful you can buy me a coffee, I am very thankful for your support. | ||
<a href="https://www.buymeacoffee.com/werthdavid" target="_blank"><img width="140" src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee"></a> | ||
# Installation | ||
@@ -10,0 +13,0 @@ |
34224
224