update tahoma api to version 0.0.11 (#12099)
parent
764343dbf8
commit
8991690d53
|
@ -14,7 +14,7 @@ from homeassistant.helpers import discovery
|
|||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.helpers.entity import Entity
|
||||
|
||||
REQUIREMENTS = ['tahoma-api==0.0.10']
|
||||
REQUIREMENTS = ['tahoma-api==0.0.11']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1129,7 +1129,7 @@ steamodd==4.21
|
|||
suds-py3==1.3.3.0
|
||||
|
||||
# homeassistant.components.tahoma
|
||||
tahoma-api==0.0.10
|
||||
tahoma-api==0.0.11
|
||||
|
||||
# homeassistant.components.sensor.tank_utility
|
||||
tank_utility==1.4.0
|
||||
|
|
Loading…
Reference in New Issue