mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Upgrade toonlib to 1.1.3 (#18189)
This commit is contained in:
parent
dbf721cd2c
commit
e161dc3b77
@ -4,17 +4,17 @@ Toon van Eneco Support.
|
|||||||
For more details about this component, please refer to the documentation at
|
For more details about this component, please refer to the documentation at
|
||||||
https://home-assistant.io/components/toon/
|
https://home-assistant.io/components/toon/
|
||||||
"""
|
"""
|
||||||
import logging
|
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
|
import logging
|
||||||
|
|
||||||
import voluptuous as vol
|
import voluptuous as vol
|
||||||
|
|
||||||
|
from homeassistant.const import CONF_PASSWORD, CONF_USERNAME
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
from homeassistant.const import (CONF_USERNAME, CONF_PASSWORD)
|
|
||||||
from homeassistant.helpers.discovery import load_platform
|
from homeassistant.helpers.discovery import load_platform
|
||||||
from homeassistant.util import Throttle
|
from homeassistant.util import Throttle
|
||||||
|
|
||||||
REQUIREMENTS = ['toonlib==1.0.2']
|
REQUIREMENTS = ['toonlib==1.1.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
@ -62,8 +62,8 @@ def setup(hass, config):
|
|||||||
class ToonDataStore:
|
class ToonDataStore:
|
||||||
"""An object to store the Toon data."""
|
"""An object to store the Toon data."""
|
||||||
|
|
||||||
def __init__(self, username, password, gas=DEFAULT_GAS,
|
def __init__(
|
||||||
solar=DEFAULT_SOLAR):
|
self, username, password, gas=DEFAULT_GAS, solar=DEFAULT_SOLAR):
|
||||||
"""Initialize Toon."""
|
"""Initialize Toon."""
|
||||||
from toonlib import Toon
|
from toonlib import Toon
|
||||||
|
|
||||||
|
@ -1488,7 +1488,7 @@ tikteck==0.4
|
|||||||
todoist-python==7.0.17
|
todoist-python==7.0.17
|
||||||
|
|
||||||
# homeassistant.components.toon
|
# homeassistant.components.toon
|
||||||
toonlib==1.0.2
|
toonlib==1.1.3
|
||||||
|
|
||||||
# homeassistant.components.alarm_control_panel.totalconnect
|
# homeassistant.components.alarm_control_panel.totalconnect
|
||||||
total_connect_client==0.20
|
total_connect_client==0.20
|
||||||
|
Loading…
x
Reference in New Issue
Block a user