Added stats sensor for network up and down

This commit is contained in:
Jeffrey Stone 2019-07-22 10:05:15 -04:00
parent 61d4009fe9
commit 546ef1c0bf
1 changed files with 10 additions and 0 deletions

View File

@ -11,3 +11,13 @@
- 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