mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
17 lines
313 B
YAML
17 lines
313 B
YAML
# - 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" |