mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Bump pysabnzbd version (#13042)
This commit is contained in:
parent
2fae86bbd3
commit
76fb2447a5
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user