From f6ce8b3c2d11f3a16e3022edd21979499e911cc6 Mon Sep 17 00:00:00 2001 From: Patrick Kissling <33731393+pkissling@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:58:13 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9e557a0..9b3e40d2 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ Depending on your Home Assistant's configuration, your weather provider might de | animated_icon | boolean | **Optional** | Whether the large weather icon should be animated | `true` | | forecast_days | number | **Optional** | Days of weather forecast to show | `5` | | locale | string[^2] | **Optional** | Language to use for language specific text. If not provided, falls back to the locale set in HA | `en-GB` | -| time_format | `24` \| `12` | **Optional** | Format used to displayed the time. If not provided, falls back to the time format set in HA | `24` | +| time_format | `24` \| `12` | **Optional** | Format used to display the time. If not provided, falls back to the time format set in HA | `24` | | date_pattern | string | **Optional** | Pattern to use for time formatting. If not provided, falls back to the default date formatting of the configured language. See [date-fns](https://date-fns.org/v2.29.3/docs/format) for valid patterns | `P` | | hide_today_section | boolean | **Optional** | Hides the cards today section (upper section), containing the large weather icon, clock and current date | `false` | | hide_forecast_section | boolean | **Optional** | Hides the cards forecast section (lower section),containing the weather forecast | `false` |