mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 22:36:51 +00:00
Fix indentation in homematic example code (#20423)
This commit is contained in:
parent
a2f5cb57a0
commit
b949968d60
@ -483,9 +483,9 @@ When the connection to your Homematic CCU or Homegear is lost, Home Assistant wi
|
|||||||
```yaml
|
```yaml
|
||||||
template:
|
template:
|
||||||
- binary_sensor:
|
- binary_sensor:
|
||||||
- name: "Homematic is sending updates"
|
- name: "Homematic is sending updates"
|
||||||
state: >-
|
state: >-
|
||||||
{{ now() - as_timestamp(state_attr('sensor.office_voltage', 'last_changed'), 601) < 600 }}
|
{{ now() - as_timestamp(state_attr('sensor.office_voltage', 'last_changed'), 601) < 600 }}
|
||||||
|
|
||||||
automation:
|
automation:
|
||||||
- alias: "Homematic Reconnect"
|
- alias: "Homematic Reconnect"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user