From b949968d6021be9b24ce96da39f93904905ad57f Mon Sep 17 00:00:00 2001 From: Eiko Wagenknecht Date: Wed, 24 Nov 2021 23:38:34 +0100 Subject: [PATCH] Fix indentation in homematic example code (#20423) --- source/_integrations/homematic.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_integrations/homematic.markdown b/source/_integrations/homematic.markdown index 6c0ce6ec6a9..d1b543799a6 100644 --- a/source/_integrations/homematic.markdown +++ b/source/_integrations/homematic.markdown @@ -483,9 +483,9 @@ When the connection to your Homematic CCU or Homegear is lost, Home Assistant wi ```yaml template: - binary_sensor: - - name: "Homematic is sending updates" - state: >- - {{ now() - as_timestamp(state_attr('sensor.office_voltage', 'last_changed'), 601) < 600 }} + - name: "Homematic is sending updates" + state: >- + {{ now() - as_timestamp(state_attr('sensor.office_voltage', 'last_changed'), 601) < 600 }} automation: - alias: "Homematic Reconnect"