You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,7 @@ The following properties can be configured:
92
92
|`windUnits`| The units to use for wind speed.<br><br>**Possible values:**`"mph"` (miles per hour), `"kmph"` (kilometers per hour), `"ms"` (meters per second)<br>**Default value:**`"mph"`<br>This value is optional. By default the weatherforecast module will display wind speed in miles per hour. |
93
93
|`roundTemp`| Round temperature values to nearest integer.<br><br>**Possible values:**`true` (round to integer) or `false` (display exact value with decimal point)<br>**Default value:**`false`|
94
94
|`showCurrent`| Show the current weather section.<br><br>**Possible values:**`true` or `false`<br>**Default value:**`true`|
95
+
|`showAlerts`| Show the current weather alerts.<br><br>**Possible values:**`true` or `false`<br>**Default value:**`false`|
95
96
|`showForecast`| Show the forecast section.<br><br>**Possible values:**`true` or `false`<br>**Default value:**`true`|
96
97
|`forecastLayout`| Defines how the forecast is structured internally.<br><br>**Possible values:**`"columns"` (days displayed as table columns), `"rows"` (days displayed as table rows)<br>**Default value:**`"columns"`|
97
98
|`arrangement`| How current weather and forecast are positioned relative to each other (only relevant when both `showCurrent` and `showForecast` are `true`).<br><br>**Possible values:**`"vertical"` (forecast below current weather), `"horizontal"` (forecast next to current weather)<br>**Default value:**`"vertical"`|
0 commit comments