From 15f365f02f6884c6c8d0b976565687168f7127eb Mon Sep 17 00:00:00 2001 From: arsaboo Date: Wed, 18 Oct 2017 12:17:12 -0400 Subject: [PATCH] Update enocean to 0.40 --- homeassistant/components/enocean.py | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/enocean.py b/homeassistant/components/enocean.py index 79c2e3dce8d3e..3c3eefe54ccf8 100644 --- a/homeassistant/components/enocean.py +++ b/homeassistant/components/enocean.py @@ -11,7 +11,7 @@ from homeassistant.const import CONF_DEVICE import homeassistant.helpers.config_validation as cv -REQUIREMENTS = ['enocean==0.31'] +REQUIREMENTS = ['enocean==0.40'] _LOGGER = logging.getLogger(__name__) diff --git a/requirements_all.txt b/requirements_all.txt index ec1f6239026de..46102ca5cc172 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -212,7 +212,7 @@ dweepy==0.3.0 eliqonline==1.0.13 # homeassistant.components.enocean -enocean==0.31 +enocean==0.40 # homeassistant.components.sensor.envirophat # envirophat==0.0.6