This commit is contained in:
Jeffrey Stone
2019-02-21 12:49:55 -05:00
parent 361375cf5c
commit 46a6f6d271
97 changed files with 3443 additions and 1936 deletions

28
sensors/speedtest.yaml Executable file → Normal file
View File

@@ -1,11 +1,17 @@
- platform: speedtest
minute: 30
hour:
- 0
- 6
- 12
- 18
monitored_conditions:
- ping
- download
- upload
# - 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"