Newer
Older
homeassistant_config / sensors / speedtest.yaml
@root root on 30 Aug 2022 274 bytes Initial commit
- platform: command_line
  name: Speedtest Data
  command: "/config/shell_commands/speedtest --format=json --accept-license --accept-gdpr"
  command_timeout: 60
  value_template: "OK"
  scan_interval: 3600
  json_attributes:
    - download
    - upload
    - ping