24 lines
580 B
YAML
24 lines
580 B
YAML
- id: info-slow-eth0
|
|
alias: '[Notify] Slow eth0 link'
|
|
mode: single
|
|
trigger:
|
|
- platform: state
|
|
entity_id: sensor.router_eth0_link_speed
|
|
to: '100'
|
|
action:
|
|
- service: notify.mobile_app_iphone_pg
|
|
data:
|
|
message: Internet link fell down to 100 Mbit
|
|
|
|
- id: info-slow-eth4
|
|
alias: '[Notify] Slow eth4 link - WiFi'
|
|
mode: single
|
|
trigger:
|
|
- platform: state
|
|
entity_id: sensor.router_eth4_link_speed
|
|
to: '100'
|
|
action:
|
|
- service: notify.mobile_app_iphone_pg
|
|
data:
|
|
message: Wifi link speed fell down to 100 Mbit
|