Bump pysabnzbd version (#13042)
This commit is contained in:
parent
2fae86bbd3
commit
76fb2447a5
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ from homeassistant.util import Throttle
|
|||
from homeassistant.util.json import load_json, save_json
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['pysabnzbd==0.0.3']
|
||||
REQUIREMENTS = ['pysabnzbd==1.0.1']
|
||||
|
||||
_CONFIGURING = {}
|
||||
_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
|
||||
"""
|
||||
await sab_api.refresh_queue()
|
||||
await sab_api.refresh_data()
|
||||
|
||||
|
||||
def request_configuration(host, name, hass, config, async_add_devices,
|
||||
|
|
|
@ -863,7 +863,7 @@ pyqwikswitch==0.4
|
|||
pyrainbird==0.1.3
|
||||
|
||||
# homeassistant.components.sensor.sabnzbd
|
||||
pysabnzbd==0.0.3
|
||||
pysabnzbd==1.0.1
|
||||
|
||||
# homeassistant.components.climate.sensibo
|
||||
pysensibo==1.0.2
|
||||
|
|
Loading…
Add table
Reference in a new issue