16 lines
365 B
YAML
16 lines
365 B
YAML
- id: notify-slow-internet
|
|
alias: '[Notify] Slow internet'
|
|
mode: single
|
|
trigger:
|
|
- platform: numeric_state
|
|
entity_id: sensor.speedtest_download
|
|
for:
|
|
hours: 0
|
|
minutes: 30
|
|
seconds: 0
|
|
below: '110'
|
|
action:
|
|
- service: notify.mobile_app_iphone_pg
|
|
data:
|
|
message: Internet speed fell down to 100 Mbit
|