Bump pysabnzbd version (#13042)

This commit is contained in:
Jerad Meisner 2018-03-10 00:27:13 -08:00 committed by Martin Hjelmare
parent 2fae86bbd3
commit 76fb2447a5
2 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ from homeassistant.util import Throttle
from homeassistant.util.json import load_json, save_json from homeassistant.util.json import load_json, save_json
import homeassistant.helpers.config_validation as cv import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['pysabnzbd==0.0.3'] REQUIREMENTS = ['pysabnzbd==1.0.1']
_CONFIGURING = {} _CONFIGURING = {}
_LOGGER = logging.getLogger(__name__) _LOGGER = logging.getLogger(__name__)
@ -82,7 +82,7 @@ async def async_update_queue(sab_api):
This ensures that the queue info only gets updated once for all sensors This ensures that the queue info only gets updated once for all sensors
""" """
await sab_api.refresh_queue() await sab_api.refresh_data()
def request_configuration(host, name, hass, config, async_add_devices, def request_configuration(host, name, hass, config, async_add_devices,

View File

@ -863,7 +863,7 @@ pyqwikswitch==0.4
pyrainbird==0.1.3 pyrainbird==0.1.3
# homeassistant.components.sensor.sabnzbd # homeassistant.components.sensor.sabnzbd
pysabnzbd==0.0.3 pysabnzbd==1.0.1
# homeassistant.components.climate.sensibo # homeassistant.components.climate.sensibo
pysensibo==1.0.2 pysensibo==1.0.2