1
mirror of https://github.com/home-assistant/core synced 2024-09-25 00:41:32 +02:00

Update tellcore-net to 0.4 (#11087)

* Update tellcore-net to 0.4

* Update requirements_all.txt
This commit is contained in:
Pascal Vizeli 2017-12-11 18:32:48 +01:00 committed by Fabian Affolter
parent 1b3963299d
commit 6bf23f9167
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ from homeassistant.const import (
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv
REQUIREMENTS = ['tellcore-py==1.1.2', 'tellcore-net==0.3']
REQUIREMENTS = ['tellcore-py==1.1.2', 'tellcore-net==0.4']
_LOGGER = logging.getLogger(__name__)

View File

@ -1075,7 +1075,7 @@ tank_utility==1.4.0
tapsaff==0.1.3
# homeassistant.components.tellstick
tellcore-net==0.3
tellcore-net==0.4
# homeassistant.components.tellstick
tellcore-py==1.1.2