home-assistant.github.io/source/components/sensor.sabnzbd.markdown
Fabian Affolter 496d845808 add link
2015-05-21 20:56:28 +02:00

876 B

layout title description date sidebar comments sharing footer
page SABnzbd support Instructions how to integrate SABnzbd within Home Assistant. 2015-03-23 19:59 false false true true
James Cole has contributed support to integrate [SABnzbd](http://sabnzbd.org). This will allow you to monitor your downloads from within Home Assistant and setup automation based on the information.
# Example configuration.yaml entry
sensor:
  - platform: sabnzbd
    name: SAB
    api_key: YOUR_API_KEY
    # Example: http://192.168.1.32:8124/
    base_url: YOUR_SABNZBD_BASE_URL
    monitored_variables:
        - type: 'current_status'
        - type: 'speed'
        - type: 'queue_size'
        - type: 'queue_remaining'
        - type: 'disk_size'
        - type: 'disk_free'