home-assistant-configuration/sensors/speedtest.yaml

24 lines
482 B
YAML
Executable File

#- 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"
- 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