Added stats sensor for network up and down
This commit is contained in:
parent
3c31298baa
commit
3b98ff21fa
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue