diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bc4a5fd..8b23692 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -87,5 +87,6 @@ The TFT files are now 15 to 20% smaller when compared to the previous version. T See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap ## Special thanks to: - +- @misery - Fixing a typo in the docs (#1176) ## New Contributors +@misery diff --git a/docs/en/customization.md b/docs/en/customization.md index 231cfbe..6d90977 100644 --- a/docs/en/customization.md +++ b/docs/en/customization.md @@ -253,7 +253,7 @@ You can easily force a timezone by adding this to your ESPHome settings: ```yaml time: - - id:!extend time_provider + - id: !extend time_provider timezone: "America/Cancun" ```