mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 09:05:35 +00:00
14 lines
274 B
YAML
Executable File
14 lines
274 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"
|