Merge pull request #1176 from misery/main

Add whitespace to fix typo
This commit is contained in:
Edward Firmo
2023-10-13 15:20:51 +02:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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 See here: https://github.com/Blackymas/NSPanel_HA_Blueprint/labels/roadmap
## Special thanks to: ## Special thanks to:
- @misery - Fixing a typo in the docs (#1176)
## New Contributors ## New Contributors
@misery

View File

@@ -253,7 +253,7 @@ You can easily force a timezone by adding this to your ESPHome settings:
```yaml ```yaml
time: time:
- id:!extend time_provider - id: !extend time_provider
timezone: "America/Cancun" timezone: "America/Cancun"
``` ```