Add whitespace to fix typo
Otherwise if someone copy+paste this it will throw this error. ERROR Error while reading config: Invalid YAML syntax: mapping values are not allowed here in "nspanel.yaml", line 25, column 13:
This commit is contained in:
@@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user