24 lines
482 B
YAML
Raw Normal View History

2019-07-12 16:35:36 -04:00
#- platform: speedtest
# scan_interval:
# hours: 6
# monitored_conditions:
# - ping
# - download
# - upload
2019-02-21 12:49:55 -05:00
- platform: mqtt
name: "network down"
state_topic: "house/speedtest/down"
- platform: mqtt
name: "network up"
2019-07-12 16:35:36 -04:00
state_topic: "house/speedtest/up"
- platform: statistics
name: Internet Test Down
entity_id: sensor.network_down
max_age:
days: 7
- platform: statistics
name: Internet Test Up
entity_id: sensor.network_up
max_age:
days: 7