home-assistant-configuration/sensors/speedtest.yaml

17 lines
313 B
YAML
Raw Normal View History

2019-02-21 17:49:55 +00:00
# - platform: speedtest
# minute: 30
# hour:
# - 0
# - 6
# - 12
# - 18
# monitored_conditions:
# - ping
# - download
# - upload
- platform: mqtt
name: "network down"
state_topic: "house/speedtest/down"
- platform: mqtt
name: "network up"
state_topic: "house/speedtest/up"