[Notify] Add notification about slow internet speed
This commit is contained in:
parent
94203d5f21
commit
a388534a95
15
configuration/automations/notify-slow-internet.yaml
Normal file
15
configuration/automations/notify-slow-internet.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
- id: notify-slow-internet
|
||||
alias: '[Notify] Slow internet'
|
||||
mode: single
|
||||
trigger:
|
||||
- platform: numeric_state
|
||||
entity_id: sensor.speedtest_download
|
||||
for:
|
||||
hours: 0
|
||||
minutes: 15
|
||||
seconds: 0
|
||||
below: '110'
|
||||
action:
|
||||
- service: notify.mobile_app_iphone_pg
|
||||
data:
|
||||
message: Internet speed fell down to 100 Mbit
|
Loading…
Reference in New Issue
Block a user