Addressing Statistics breaking changes

This commit is contained in:
Jeffrey Stone
2021-12-18 10:27:53 -05:00
parent ae430cba26
commit c2bc7d3132
3 changed files with 27 additions and 17 deletions

13
config/sensors/speedtest.yaml Executable file
View 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