Fix indentation in homematic example code (#20423)

This commit is contained in:
Eiko Wagenknecht 2021-11-24 23:38:34 +01:00 committed by GitHub
parent a2f5cb57a0
commit b949968d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"