mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 17:13:24 +00:00
14 lines
289 B
YAML
14 lines
289 B
YAML
|
|
||
|
- 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
|