From 96e3dfeb538914ca6aa78d0cacf5aae695f7b1bf Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Wed, 18 Oct 2017 14:57:53 -0400 Subject: [PATCH] Update fritzhome to 1.0.3 (#9951) --- homeassistant/components/switch/fritzdect.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/switch/fritzdect.py b/homeassistant/components/switch/fritzdect.py index 5893b3419d5..962a56e4bb7 100644 --- a/homeassistant/components/switch/fritzdect.py +++ b/homeassistant/components/switch/fritzdect.py @@ -14,7 +14,7 @@ from homeassistant.const import ( import homeassistant.helpers.config_validation as cv from homeassistant.const import TEMP_CELSIUS, ATTR_TEMPERATURE, STATE_UNKNOWN -REQUIREMENTS = ['fritzhome==1.0.2'] +REQUIREMENTS = ['fritzhome==1.0.3'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index 316392660af..d4650f7f7fd 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -258,7 +258,7 @@ freesms==0.1.1 # fritzconnection==0.6.3 # homeassistant.components.switch.fritzdect -fritzhome==1.0.2 +fritzhome==1.0.3 # homeassistant.components.media_player.frontier_silicon fsapi==0.0.7