Added stats sensor for network up and down

This commit is contained in:
Jeffrey Stone 2019-07-22 10:05:15 -04:00
parent 3c31298baa
commit 3b98ff21fa
1 changed files with 10 additions and 0 deletions

View File

@ -11,3 +11,13 @@
- platform: mqtt - platform: mqtt
name: "network up" name: "network up"
state_topic: "house/speedtest/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