Add changelog.

This commit is contained in:
Michael Teeuw
2020-07-04 21:40:31 +02:00
parent 8b30634ebe
commit bd0f707aed
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ Module.register("weather", {
location: false,
locationID: false,
apiKey: "",
units: config.units,
tempUnits: config.units,
@@ -43,6 +42,8 @@ Module.register("weather", {
initialLoadDelay: 0, // 0 seconds delay
retryDelay: 2500,
apiKey: "",
apiSecret: "",
apiVersion: "2.5",
apiBase: "https://api.openweathermap.org/data/",
weatherEndpoint: "/weather",