Bump Enphase_Envoy dependency for older models (#17032)
This commit is contained in:
parent
68bda1c732
commit
5bc2e78ab4
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import homeassistant.helpers.config_validation as cv
|
|||
from homeassistant.const import (CONF_IP_ADDRESS, CONF_MONITORED_CONDITIONS)
|
||||
|
||||
|
||||
REQUIREMENTS = ['envoy_reader==0.2']
|
||||
REQUIREMENTS = ['envoy_reader==0.3']
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SENSORS = {
|
||||
|
|
|
@ -324,7 +324,7 @@ enocean==0.40
|
|||
# envirophat==0.0.6
|
||||
|
||||
# homeassistant.components.sensor.enphase_envoy
|
||||
envoy_reader==0.2
|
||||
envoy_reader==0.3
|
||||
|
||||
# homeassistant.components.sensor.season
|
||||
ephem==3.7.6.0
|
||||
|
|
Loading…
Add table
Reference in a new issue