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