Newer
Older
homeassistant_config / utility_meter / internet.yaml
@Rolf Bagge Rolf Bagge on 3 Dec 2022 968 bytes Updates
internet_usage_yearly_download:
  source: sensor.total_download_data
  name: Yearly Internet Download Usage
  cycle: yearly
internet_usage_yearly_upload:
  source: sensor.total_upload_data
  name: Yearly Internet Upload Usage
  cycle: yearly
internet_usage_monthly_download:
  source: sensor.total_download_data
  name: Monthly Internet Download Usage
  cycle: monthly
internet_usage_monthly_upload:
  source: sensor.total_upload_data
  name: Monthly Internet Upload Usage
  cycle: monthly
internet_usage_daily_download:
  source: sensor.total_download_data
  name: Daily Internet Download Usage
  cycle: daily
internet_usage_daily_upload:
  source: sensor.total_upload_data
  name: Daily Internet Upload Usage
  cycle: daily
internet_usage_hourly_download:
  source: sensor.total_download_data
  name: Hourly Internet Download Usage
  cycle: hourly
internet_usage_hourly_upload:
  source: sensor.total_upload_data
  name: Hourly Internet Upload Usage
  cycle: hourly