From 44b7eee5eeabf41a4154ba57c40b9b26ee1c9f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Fri, 13 Oct 2023 14:13:14 +0200 Subject: [PATCH] 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: --- docs/en/customization.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/customization.md b/docs/en/customization.md index 74ceea0..d47412f 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" ```