mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-28 08:50:34 +00:00
Addressing Statistics breaking changes
This commit is contained in:
13
config/sensors/speedtest.yaml
Executable file
13
config/sensors/speedtest.yaml
Executable file
@@ -0,0 +1,13 @@
|
||||
|
||||
- platform: statistics
|
||||
name: Internet Test Down
|
||||
entity_id: sensor.speedtest_download
|
||||
state_characteristic: value_max
|
||||
max_age:
|
||||
days: 7
|
||||
- platform: statistics
|
||||
name: Internet Test Up
|
||||
entity_id: sensor.speedtest_upload
|
||||
state_characteristic: value_max
|
||||
max_age:
|
||||
days: 7
|
Reference in New Issue
Block a user