Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openweathermap/locales/en-US/weather.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<li><code>weather</code> - an object with some miscellaneous data,
<ul><li>description, icon, main, id</li></ul>
</ul>
<p>The combined current weather/forecast creates three properties in <code>msg.payload</code>:</p>
<p>The combined current weather/forecast places calls to Onecall 3.0 and creates three properties in <code>msg.payload</code>:</p>
<ul>
<li><code>current</code> - the current weather
<li><code>hourly</code> - an hourly forecast for the next 48 hours
Expand Down
2 changes: 1 addition & 1 deletion openweathermap/locales/en-US/weather.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location": "Location",
"option_current": "Current weather for",
"option_5dayforecast": "5 day forecast for",
"option_onecall": "combined current weather/forecast for",
"option_onecall": "Onecall 3.0 combined current/forecast for",
"option_city": "City, Country",
"option_coordinates": "Coordinates",
"city": "City",
Expand Down