Skip to content

Commit

Permalink
1.6.2
Browse files Browse the repository at this point in the history
Added weather 'smoke' for OneCall current weather.
  • Loading branch information
RonnyWinkler committed Jan 8, 2025
1 parent 3d1405e commit 126d161
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 7 deletions.
4 changes: 4 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
}
}
2 changes: 1 addition & 1 deletion .homeycompose/app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nu.baretta.openweathermap",
"version": "1.6.1",
"version": "1.6.2",
"compatibility": ">=8.1.1",
"sdk": 3,
"name": {
Expand Down
8 changes: 8 additions & 0 deletions .homeycompose/capabilities/conditioncode.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
"de": "Staub",
"nl": "Stof"
}
},
{
"id": "Smoke",
"title": {
"en": "Smoke",
"de": "Rauch",
"nl": "Raak"
}
}
]
}
8 changes: 8 additions & 0 deletions .homeycompose/flow/conditions/Conditioncode.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@
"nl": "Mist"
}
},
{
"id": "Smoke",
"label": {
"en": "Smoke",
"de": "Rauch",
"nl": "Rook"
}
},
{
"id": "Thunderstorm",
"label": {
Expand Down
10 changes: 5 additions & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand All @@ -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}",
Expand Down
18 changes: 17 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -2428,6 +2428,14 @@
"nl": "Mist"
}
},
{
"id": "Smoke",
"label": {
"en": "Smoke",
"de": "Rauch",
"nl": "Rook"
}
},
{
"id": "Thunderstorm",
"label": {
Expand Down Expand Up @@ -5806,6 +5814,14 @@
"de": "Staub",
"nl": "Stof"
}
},
{
"id": "Smoke",
"title": {
"en": "Smoke",
"de": "Rauch",
"nl": "Raak"
}
}
]
},
Expand Down

0 comments on commit 126d161

Please sign in to comment.