mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
parent
ad57ca9f0d
commit
036b83ac2c
@ -220,9 +220,9 @@ automation:
|
|||||||
platform: state
|
platform: state
|
||||||
condition:
|
condition:
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
|
value_template: '{{ trigger.from_state.state != trigger.to_state.state }}'
|
||||||
- condition: template
|
- condition: template
|
||||||
value_template: '{{ not is_state("sensor.external_ip", "unavailable") }}'
|
value_template: '{{ not is_state("sensor.external_ip", "unavailable") }}'
|
||||||
action:
|
action:
|
||||||
- service: hangouts.reconnect
|
- service: hangouts.reconnect
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user