Giter Site home page Giter Site logo

transmission-card's Introduction

hacs_badge

Buy me a coffee

Custom Transmission card for HomeAssistant/Lovelace

This Lovelace custom card displays torrents information provided by the Transmission Integration. It also supports turtle mode and start/stop of all torrents. You can cycle through the different torrent types by clicking on the type label.

Installation

The easiest way to install it is through HACS (Home Assistant Community Store), search for Transmission in the Frontend section and select Transmission Card.
If you are not using HACS, you may download transmission-card.js and put it into homeassistant_config_dir/www/community/transmission-card/ directory.

Lovelace UI configuration

Please add the card to the resources in configuration.yaml:

resources:
  - {type: js, url: '/hacsfiles/transmission-card/transmission-card.js'}

Options

Card options

Name Type Required Default Description
type string required custom:transmission-card
no_torrent_label string optional No Torrents label displayed with no torrents
hide_turtle boolean optional false hide turtle button
hide_startstop boolean optional false hide start/stop button
hide_type boolean optional true hide type of torrents displayed
default_type string optional total type of torrents to display at start
display_mode string optional compact display mode: compact or full
sensor_name string optional transmission name of the sensor
hide_header boolean optional false hide header text at the top of card
header_text string optional Transmission header text at the top of card

Accepted values for default_type are: total, active,completed,paused,started.

Please find below an example of ui-lovelace.yaml card entry:

    cards:
      - type: custom:transmission-card
        hide_type: false
        default_type: 'active'

Transmission idle in compact mode:

Transmission idle

Transmission downloading in full mode:

Transmission downloading

Thanks

Thanks to all the people who have contributed!

contributors

transmission-card's People

Contributors

amaximus avatar colino17 avatar heedfulcrayon avatar royto avatar wrt54g avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.