home-assistant-configuration/sensors/speedtest.yaml

14 lines
274 B
YAML

#- platform: speedtest
# scan_interval:
# hours: 6
# 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"