mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-04-12 15:33:31 +00:00
Added stats sensor for network up and down
This commit is contained in:
parent
61d4009fe9
commit
546ef1c0bf
@ -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…
x
Reference in New Issue
Block a user