From 6bf23f9167ae025d8efaee92a3ab22b1d29c582b Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 11 Dec 2017 18:32:48 +0100 Subject: [PATCH] Update tellcore-net to 0.4 (#11087) * Update tellcore-net to 0.4 * Update requirements_all.txt --- homeassistant/components/tellstick.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tellstick.py b/homeassistant/components/tellstick.py index 9746dbf749fbeb..0eef2c4ece13f5 100644 --- a/homeassistant/components/tellstick.py +++ b/homeassistant/components/tellstick.py @@ -17,7 +17,7 @@ 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__) diff --git a/requirements_all.txt b/requirements_all.txt index 5cddd076014b22..1b606774859206 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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