Upgrade tellduslive library version (closes https://github.com/home-assistant/home-assistant/issues/10922) (#10950)
This commit is contained in:
parent
ef1cbd3aea
commit
4652b8aea1
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ APPLICATION_NAME = 'Home Assistant'
|
|||
|
||||
DOMAIN = 'tellduslive'
|
||||
|
||||
REQUIREMENTS = ['tellduslive==0.10.3']
|
||||
REQUIREMENTS = ['tellduslive==0.10.4']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
|
|
@ -1069,7 +1069,7 @@ tellcore-net==0.3
|
|||
tellcore-py==1.1.2
|
||||
|
||||
# homeassistant.components.tellduslive
|
||||
tellduslive==0.10.3
|
||||
tellduslive==0.10.4
|
||||
|
||||
# homeassistant.components.sensor.temper
|
||||
temperusb==1.5.3
|
||||
|
|
Loading…
Add table
Reference in a new issue