Adding more to the #285 Network Monitor
This commit is contained in:
parent
1a08b1d5d4
commit
b7f3f213f9
|
@ -30,3 +30,4 @@ logs:
|
||||||
py.warnings: error
|
py.warnings: error
|
||||||
requests.packages.urllib3.connectionpool: critical
|
requests.packages.urllib3.connectionpool: critical
|
||||||
root: warn
|
root: warn
|
||||||
|
skybellpy: warn
|
||||||
|
|
|
@ -89,8 +89,7 @@ automation:
|
||||||
- service: script.notify_engine
|
- service: script.notify_engine
|
||||||
data_template:
|
data_template:
|
||||||
value1: 'Offline Devices:'
|
value1: 'Offline Devices:'
|
||||||
value2: '{{((as_timestamp(now()) - as_timestamp(item.last_changed))/60) | round() }} minutes'
|
value3: "{{ states.sensor.network_detail.state }}"
|
||||||
value3: "{{ trigger.to_state.state }}"
|
|
||||||
who: 'carlo'
|
who: 'carlo'
|
||||||
|
|
||||||
# - service: script.speech_engine
|
# - service: script.speech_engine
|
||||||
|
|
Loading…
Reference in New Issue