diff --git a/homeassistant/components/water_heater/econet.py b/homeassistant/components/water_heater/econet.py index efc21798859..90176842bf1 100644 --- a/homeassistant/components/water_heater/econet.py +++ b/homeassistant/components/water_heater/econet.py @@ -13,7 +13,7 @@ from homeassistant.const import ( TEMP_FAHRENHEIT) import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['pyeconet==0.0.9'] +REQUIREMENTS = ['pyeconet==0.0.10'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index e3d23b14159..0d37e676dbf 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1013,7 +1013,7 @@ pydukeenergy==0.0.6 pyebox==1.1.4 # homeassistant.components.water_heater.econet -pyeconet==0.0.9 +pyeconet==0.0.10 # homeassistant.components.switch.edimax pyedimax==0.1