1
0
ansible-home-assistant/roles/automations/files/info-slow-link.yaml

24 lines
574 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
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
data:
message: Wifi link speed fell down to 100 Mbit