[openweathermap] Add correct default parameter. (#10739)
Signed-off-by: Jerome Luckenbach <github@luckenba.ch>
This commit is contained in:
parent
096cd49b38
commit
266b4d81a4
|
@ -78,7 +78,7 @@ Once the system location will be changed, the background discovery updates the c
|
||||||
| Parameter | Description |
|
| Parameter | Description |
|
||||||
|----------------|--------------------------------------------------------------------------------------------------------------------------------|
|
|----------------|--------------------------------------------------------------------------------------------------------------------------------|
|
||||||
| location | Location of weather in geographical coordinates (latitude/longitude/altitude). **Mandatory** |
|
| location | Location of weather in geographical coordinates (latitude/longitude/altitude). **Mandatory** |
|
||||||
| forecastHours | Number of hours for hourly forecast. Optional, the default value is 24 (min="0", max="120", step="3"). |
|
| forecastHours | Number of hours for hourly forecast. Optional, the default value is 12 (min="0", max="120", step="3"). |
|
||||||
| forecastDays | Number of days for daily forecast (including todays forecast). Optional, the default value is 6 (min="0", max="16", step="1"). |
|
| forecastDays | Number of days for daily forecast (including todays forecast). Optional, the default value is 6 (min="0", max="16", step="1"). |
|
||||||
|
|
||||||
Once the parameters `forecastHours` or `forecastDays` will be changed, the available channel groups on the thing will be created or removed accordingly.
|
Once the parameters `forecastHours` or `forecastDays` will be changed, the available channel groups on the thing will be created or removed accordingly.
|
||||||
|
|
Loading…
Reference in New Issue