Upgrade toonapilib to 3.2.2 + lower interval (#22160)
This commit is contained in:
parent
9591aa66ba
commit
e5a2ef9b8d
6 changed files with 6 additions and 6 deletions
|
@ -16,7 +16,7 @@ from .const import (
|
|||
CONF_CLIENT_ID, CONF_CLIENT_SECRET, CONF_DISPLAY, CONF_TENANT,
|
||||
DATA_TOON_CLIENT, DATA_TOON_CONFIG, DOMAIN)
|
||||
|
||||
REQUIREMENTS = ['toonapilib==3.2.1']
|
||||
REQUIREMENTS = ['toonapilib==3.2.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ DEPENDENCIES = ['toon']
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
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,
|
||||
|
|
|
@ -22,7 +22,7 @@ _LOGGER = logging.getLogger(__name__)
|
|||
SUPPORT_FLAGS = SUPPORT_TARGET_TEMPERATURE | SUPPORT_OPERATION_MODE
|
||||
|
||||
MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=5)
|
||||
SCAN_INTERVAL = timedelta(seconds=30)
|
||||
SCAN_INTERVAL = timedelta(seconds=300)
|
||||
|
||||
HA_TOON = {
|
||||
STATE_AUTO: 'Comfort',
|
||||
|
|
|
@ -16,7 +16,7 @@ DEPENDENCIES = ['toon']
|
|||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
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,
|
||||
|
|
|
@ -1706,7 +1706,7 @@ tikteck==0.4
|
|||
todoist-python==7.0.17
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapilib==3.2.1
|
||||
toonapilib==3.2.2
|
||||
|
||||
# homeassistant.components.totalconnect.alarm_control_panel
|
||||
total_connect_client==0.22
|
||||
|
|
|
@ -297,7 +297,7 @@ srpenergy==1.0.5
|
|||
statsd==3.2.1
|
||||
|
||||
# homeassistant.components.toon
|
||||
toonapilib==3.2.1
|
||||
toonapilib==3.2.2
|
||||
|
||||
# homeassistant.components.camera.uvc
|
||||
uvcclient==0.11.0
|
||||
|
|
Loading…
Add table
Reference in a new issue