Skip to content

robmarkoski/ha.binary_sensor.flexget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

binary_sensor.flexget

Binary Sensor for Flexget to get information on tasks run.

I stole this script from Tommatheussen.

It stopped working so I somehow hacked it together and it works again. For me. Sort of? You have been warned.

Hopefully someone else who knows what they are doing can take this on again.

More info can be found here

The sensor will be in an ON state when a task succeeds with its attributes filled with a bunch of info.

Installation

  1. Install the component by copying it into your /custom_components/flexget/ folder.
  2. Add the code to your configuration.yaml using the variables below.

Example config

binary_sensor:
    platform: flexget
    username: flexget
    password: password
    host: 127.0.0.1
    port: 5050
    check_version: false
    tasks:
        - my-flexget-task

Configuration variables:

key type description
platform (Required) string flexget
password (Required) string Password for flexget webui
username (Optional) string Username (Default: flexget)
host (Optional) string Host address of Flexget (Default: 127.0.0.1)
port (Optional) number Port for flexget. (Default: 5050)
check_version (Optional) boolean Create a sensor to check if a new flexget version is available. (Default: True)
tasks (Optional) array List of tasks you want to track. Otherwise will get all.

Version History

Version Description
0.0.2 Initial fix release for HA 0.92
0.0.3 More fixes. Added version update checker.

About

Binary Sensor for Flexget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages