hass-core/homeassistant/components/sabnzbd
Chris Thornton c5ca431894 Add path option to SABnzbd component ()
* Add path option to SABnzbd component

Adds an optional `path` setting to the SABnzbd component. This allows support for SABnzbd installs that use a different `url_base` (typically a reverse proxied configuration; see https://sabnzbd.org/wiki/configuration/2.3/special).

This change passes the `path` along to pysabnzbd as its `web_root`, which in turn uses the path to build up it's api URLs.

* Use dict.get for Sabnzbd web_root path config
2019-08-20 12:01:19 +02:00
..
__init__.py Add path option to SABnzbd component () 2019-08-20 12:01:19 +02:00
manifest.json Specify configurator as dependency () 2019-04-11 20:11:56 -07:00
sensor.py Black 2019-07-31 12:25:30 -07:00
services.yaml Add stub services.yaml and make validation mandatory () 2019-04-18 15:13:35 -07:00