Skip to content

Instantly share code, notes, and snippets.

@hacker1024
Created December 19, 2020 13:58
Show Gist options
  • Save hacker1024/3a65233dfa8c7ec9d290ad290d349ee9 to your computer and use it in GitHub Desktop.
Save hacker1024/3a65233dfa8c7ec9d290ad290d349ee9 to your computer and use it in GitHub Desktop.
A Transmission control card for Home Assistant's Lovelace interface
type: entities
title: Transmission
show_header_toggle: false
entities:
- entity: switch.transmission_switch
icon: 'hass:power'
name: Enabled
secondary_info: last-changed
- entity: switch.transmission_turtle_mode
icon: 'hass:turtle'
name: Turtle mode
secondary_info: last-changed
- entity: sensor.transmission_status
name: Status
icon: 'hass:information-outline'
secondary_info: last-changed
- entity: sensor.transmission_up_speed
name: Upload speed
icon: 'hass:upload-outline'
- entity: sensor.transmission_down_speed
name: Download speed
icon: 'hass:download-outline'
- entity: sensor.transmission_active_torrents
name: Active torrents
icon: 'hass:dots-horizontal'
- entity: sensor.transmission_completed_torrents
name: Completed torrents
icon: 'hass:check-outline'
- entity: sensor.transmission_paused_torrents
name: Paused torrents
icon: 'hass:pause'
- entity: sensor.transmission_started_torrents
name: Started torrents
icon: 'hass:play-outline'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment