mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Upgrade toonapilib to 3.2.2 + lower interval (#22160)
This commit is contained in:
parent
9591aa66ba
commit
e5a2ef9b8d
@ -16,7 +16,7 @@ from .const import (
|
|||||||
CONF_CLIENT_ID, CONF_CLIENT_SECRET, CONF_DISPLAY, CONF_TENANT,
|
CONF_CLIENT_ID, CONF_CLIENT_SECRET, CONF_DISPLAY, CONF_TENANT,
|
||||||
DATA_TOON_CLIENT, DATA_TOON_CONFIG, DOMAIN)
|
DATA_TOON_CLIENT, DATA_TOON_CONFIG, DOMAIN)
|
||||||
|
|
||||||
REQUIREMENTS = ['toonapilib==3.2.1']
|
REQUIREMENTS = ['toonapilib==3.2.2']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ DEPENDENCIES = ['toon']
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
||||||
SCAN_INTERVAL = timedelta(seconds=30)
|
SCAN_INTERVAL = timedelta(seconds=300)
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry,
|
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry,
|
||||||
|
@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||||||
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_OPERATION_MODE
|
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_OPERATION_MODE
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
||||||
SCAN_INTERVAL = timedelta(seconds=30)
|
SCAN_INTERVAL = timedelta(seconds=300)
|
||||||
|
|
||||||
HA_TOON = {
|
HA_TOON = {
|
||||||
STATE_AUTO: 'Comfort',
|
STATE_AUTO: 'Comfort',
|
||||||
|
@ -16,7 +16,7 @@ DEPENDENCIES = ['toon']
|
|||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
||||||
SCAN_INTERVAL = timedelta(seconds=30)
|
SCAN_INTERVAL = timedelta(seconds=300)
|
||||||
|
|
||||||
|
|
||||||
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry,
|
async def async_setup_entry(hass: HomeAssistantType, entry: ConfigEntry,
|
||||||
|
@ -1706,7 +1706,7 @@ tikteck==0.4
|
|||||||
todoist-python==7.0.17
|
todoist-python==7.0.17
|
||||||
|
|
||||||
# homeassistant.components.toon
|
# homeassistant.components.toon
|
||||||
toonapilib==3.2.1
|
toonapilib==3.2.2
|
||||||
|
|
||||||
# homeassistant.components.totalconnect.alarm_control_panel
|
# homeassistant.components.totalconnect.alarm_control_panel
|
||||||
total_connect_client==0.22
|
total_connect_client==0.22
|
||||||
|
@ -297,7 +297,7 @@ srpenergy==1.0.5
|
|||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
|
|
||||||
# homeassistant.components.toon
|
# homeassistant.components.toon
|
||||||
toonapilib==3.2.1
|
toonapilib==3.2.2
|
||||||
|
|
||||||
# homeassistant.components.camera.uvc
|
# homeassistant.components.camera.uvc
|
||||||
uvcclient==0.11.0
|
uvcclient==0.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user