home-assistant-configuration/config/sensors/speedtest.yaml

14 lines
289 B
YAML
Raw Normal View History

2021-12-18 15:27:53 +00:00
- 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