Update enocean to 0.40 (#9949)
This commit is contained in:
parent
4960892256
commit
2cacfb5477
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import voluptuous as vol
|
|||
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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue