mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Update enocean to 0.40 (#9949)
This commit is contained in:
parent
4960892256
commit
2cacfb5477
@ -11,7 +11,7 @@ import voluptuous as vol
|
|||||||
from homeassistant.const import CONF_DEVICE
|
from homeassistant.const import CONF_DEVICE
|
||||||
import homeassistant.helpers.config_validation as cv
|
import homeassistant.helpers.config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['enocean==0.31']
|
REQUIREMENTS = ['enocean==0.40']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ dweepy==0.3.0
|
|||||||
eliqonline==1.0.13
|
eliqonline==1.0.13
|
||||||
|
|
||||||
# homeassistant.components.enocean
|
# homeassistant.components.enocean
|
||||||
enocean==0.31
|
enocean==0.40
|
||||||
|
|
||||||
# homeassistant.components.sensor.envirophat
|
# homeassistant.components.sensor.envirophat
|
||||||
# envirophat==0.0.6
|
# envirophat==0.0.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user