Giter VIP home page Giter VIP logo

hass-flood's Introduction

Flood integration for Home Assistant

This a custom component for Home Assistant. The flood integration allows you to get information and control your Flood WebUI torrent client, based on last @jesec version.

Installation

Copy the custom_components/flood folder into the config folder.

Configuration

To add flood to your installation, go to Configuration >> Integrations in the UI, click the button with + sign and from the list of integrations select Flood.

Lovelace suggestion

lovelace card

type: vertical-stack # or custom:vertical-stack-in-card if you have it
cards:
  - cards:
      - type: markdown
        content: >-
          <center><a href="http://IP_FLOOD" target="_blank"><img
          src="https://flood.js.org/assets/img/logo.png"
          width="60"></a></center>
      - type: button
        name: Stop
        show_state: false
        tap_action:
          action: call-service
          service: flood.stop_all_torrents
          service_data: {}
          target: {}
        icon: mdi:download-off
        icon_height: 30px
      - type: button
        name: Start
        icon: mdi:download
        show_state: false
        tap_action:
          action: call-service
          service: flood.start_all_torrents
          service_data: {}
          target: {}
        icon_height: 30px
    type: grid
    columns: 3
    square: false
  - type: entities
    entities:
      - entity: sensor.flood_last_notification
        name: " "
  - type: horizontal-stack
    cards:
      - type: entities
        entities:
          - entity: select.flood_download_limit
          - entity: select.flood_upload_limit
      - type: entities
        entities:
          - entity: sensor.flood_torrents
          - entity: sensor.flood_current_download
            name: Download
          - entity: sensor.flood_current_upload
            name: Upload

hass-flood's People

Contributors

aohzan avatar

Watchers

 avatar

hass-flood's Issues

deprecated `async_get_registry`

Detected integration that uses deprecated `async_get_registry` to access device registry, use async_get instead. Please report issue to the custom component author for flood using this method at custom_components/flood/__init__.py, line 96: device_registry = await dr.async_get_registry(hass)

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.