mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 23:35:40 +00:00
v4
This commit is contained in:
28
sensors/speedtest.yaml
Executable file → Normal file
28
sensors/speedtest.yaml
Executable file → Normal 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"
|
Reference in New Issue
Block a user