From 148a365f16db03b6948a679e08908db4e97f2b01 Mon Sep 17 00:00:00 2001 From: octane321 <45717549+octane321@users.noreply.github.com> Date: Tue, 18 Jun 2024 20:27:33 +0200 Subject: [PATCH] corrected indentation (#3964) from: sensor: - id: !extend uptime_sensor update_interval: 1s to: sensor: - id: !extend uptime_sensor update_interval: 1s --- guides/configuration-types.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/configuration-types.rst b/guides/configuration-types.rst index 51074d9a1c..c50fef15d3 100644 --- a/guides/configuration-types.rst +++ b/guides/configuration-types.rst @@ -554,8 +554,8 @@ For example to set a specific update interval on a common uptime sensor that is common: !include common.yaml sensor: - - id: !extend uptime_sensor - update_interval: 10s + - id: !extend uptime_sensor + update_interval: 10s Remove ------