Skip to content
Merged
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
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,13 +113,13 @@ The `current` object controls the display of current weather information and att

### Forecast Object

| Name | Type | Default | Description |
| :--------------------- | :------ | :------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `extra_attribute` | string | optional | The extra attribute to show below the weather forecast. Currently supports, `precipitation_probability`, `wind_direction` and `wind_bearing` |
| `hourly_group_size` | number | `1` | Number of hours to group together in hourly forecast. Group data will be aggregated per forecast attribute. |
| `mode` | string | `simple` | Forecast display mode. `simple`: Horizontal scrollable list of forecast entries. `chart`: Visualize temperature and precipitation trends on a line/bar chart. |
| `scroll_to_selected` | boolean | `false` | Automatically scrolls to the first hourly forecast of the selected date when switching to hourly view, and returns to the first daily entry when switching back. |
| `show_sun_times` | boolean | `true` | Displays sunrise and sunset times in the hourly forecast, and uses specific icons to visualize clear night conditions. |
| Name | Type | Default | Description |
| :--------------------- | :------ | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `extra_attribute` | string | optional | The extra attribute to show below the weather forecast. Currently supports, `precipitation_probability`, `wind_direction` and `wind_bearing` |
| `hourly_group_size` | number | `1` | Number of hours to group together in hourly forecast. Group data will be aggregated per forecast attribute. |
| `mode` | string | `simple` | Forecast display mode. `simple`: Horizontal scrollable list of forecast entries. `chart`: Visualize temperature and precipitation trends on a line/bar chart. |
| `scroll_to_selected` | boolean | `false` | Automatically scrolls to the first hourly forecast of the selected date when switching to hourly view, and returns to the first daily entry when switching back. |
| `show_sun_times` | boolean | `true` | Displays sunrise and sunset times in the hourly forecast, and uses specific icons to visualize clear night conditions. |
| `use_color_thresholds` | boolean | `false` | Replaces solid temperature lines with a gradient based on actual values when using forecast chart mode. Colors transition at fixed intervals: -10° (Cold), 0° (Freezing), 8° (Chilly), 18° (Mild), 26° (Warm), and 34° (Hot). These thresholds are specified in degrees Celsius (°C). |

### Forecast Actions
Expand Down Expand Up @@ -234,6 +234,7 @@ Icons should be named after the weather condition states used by Home Assistant.
| `snowy-rainy` | `snowy-rainy.svg` | |
| `sunny` | `sunny.svg` | |
| `windy` | `windy.svg` | |
| `windy-variant` | `windy-variant.svg` | |
| `exceptional` | `exceptional.svg` | Used when state doesn't mape to any known state |

> [!NOTE]
Expand Down