mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
[tellduslive] Upgrade requirement (#4865)
This commit is contained in:
committed by
Johann Kellerman
parent
d51e62d0a3
commit
dbb4e4c3fa
@@ -17,7 +17,7 @@ import voluptuous as vol
|
||||
|
||||
DOMAIN = 'tellduslive'
|
||||
|
||||
REQUIREMENTS = ['tellduslive==0.1.9']
|
||||
REQUIREMENTS = ['tellduslive==0.1.13']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -560,7 +560,7 @@ steamodd==4.21
|
||||
tellcore-py==1.1.2
|
||||
|
||||
# homeassistant.components.tellduslive
|
||||
tellduslive==0.1.9
|
||||
tellduslive==0.1.13
|
||||
|
||||
# homeassistant.components.sensor.temper
|
||||
temperusb==1.5.1
|
||||
|
Reference in New Issue
Block a user