diff --git a/.homeychangelog.json b/.homeychangelog.json index 24adfc9..89c9297 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -282,5 +282,9 @@ "1.6.1": { "en": "Added trigger for moonphase value.", "de": "Trigger für Mondphasenwert hinzugefügt." + }, + "1.6.2": { + "en": "Added weather 'smoke' for OneCall current weather.", + "de": "Wetter 'Rauch' ergänzt für OneCall Aktuelles Wetter." } } diff --git a/.homeycompose/app.json b/.homeycompose/app.json index fb63449..872e05a 100644 --- a/.homeycompose/app.json +++ b/.homeycompose/app.json @@ -1,6 +1,6 @@ { "id": "nu.baretta.openweathermap", - "version": "1.6.1", + "version": "1.6.2", "compatibility": ">=8.1.1", "sdk": 3, "name": { diff --git a/.homeycompose/capabilities/conditioncode.json b/.homeycompose/capabilities/conditioncode.json index 7299ab7..15e6259 100644 --- a/.homeycompose/capabilities/conditioncode.json +++ b/.homeycompose/capabilities/conditioncode.json @@ -97,6 +97,14 @@ "de": "Staub", "nl": "Stof" } + }, + { + "id": "Smoke", + "title": { + "en": "Smoke", + "de": "Rauch", + "nl": "Raak" + } } ] } \ No newline at end of file diff --git a/.homeycompose/flow/conditions/Conditioncode.json b/.homeycompose/flow/conditions/Conditioncode.json index e9fb272..8f60649 100644 --- a/.homeycompose/flow/conditions/Conditioncode.json +++ b/.homeycompose/flow/conditions/Conditioncode.json @@ -74,6 +74,14 @@ "nl": "Mist" } }, + { + "id": "Smoke", + "label": { + "en": "Smoke", + "de": "Rauch", + "nl": "Rook" + } + }, { "id": "Thunderstorm", "label": { diff --git a/.vscode/launch.json b/.vscode/launch.json index 9d8c958..1e10410 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "type": "node", "request": "attach", "restart": true, - "name": "Attach OpenWeather to Homey Dev", + "name": "Attach OpenWeather to Homey Pro 19 DEV", "address": "192.168.1.13", "port": 9230, "localRoot": "${workspaceFolder}", @@ -18,17 +18,17 @@ "type": "node", "request": "attach", "restart": true, - "name": "Attach OpenWeather to Homey Pro", - "address": "192.168.1.12", + "name": "Attach OpenWeather to Homey Pro 23 DEV", + "address": "192.168.1.16", "port": 9230, "localRoot": "${workspaceFolder}", - "remoteRoot": "/" + "remoteRoot": "/app/" }, { "type": "node", "request": "attach", "restart": true, - "name": "Attach OpenWeather to Homey Pro23", + "name": "Attach OpenWeather to Homey Pro 23", "address": "192.168.1.14", "port": 9230, "localRoot": "${workspaceFolder}", diff --git a/app.json b/app.json index 8226098..da7e1d2 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "_comment": "This file is generated. Please edit .homeycompose/app.json instead.", "id": "nu.baretta.openweathermap", - "version": "1.6.1", + "version": "1.6.2", "compatibility": ">=8.1.1", "sdk": 3, "name": { @@ -2428,6 +2428,14 @@ "nl": "Mist" } }, + { + "id": "Smoke", + "label": { + "en": "Smoke", + "de": "Rauch", + "nl": "Rook" + } + }, { "id": "Thunderstorm", "label": { @@ -5806,6 +5814,14 @@ "de": "Staub", "nl": "Stof" } + }, + { + "id": "Smoke", + "title": { + "en": "Smoke", + "de": "Rauch", + "nl": "Raak" + } } ] },