mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade tahoma-api to 0.0.14 (#19840)
* Update requirements_all.txt Change to tahoma-api 0.0.14 to solve #19542 https://github.com/home-assistant/home-assistant/issues/19542 * Update tahoma.py
This commit is contained in:
parent
a57aae9891
commit
45fae5a50e
@ -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.13']
|
||||
REQUIREMENTS = ['tahoma-api==0.0.14']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1571,7 +1571,7 @@ suds-py3==1.3.3.0
|
||||
swisshydrodata==0.0.3
|
||||
|
||||
# homeassistant.components.tahoma
|
||||
tahoma-api==0.0.13
|
||||
tahoma-api==0.0.14
|
||||
|
||||
# homeassistant.components.sensor.tank_utility
|
||||
tank_utility==1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user