Bump Enphase_Envoy dependency for older models (#17032)

This commit is contained in:
David De Sloovere 2018-10-01 14:10:32 +02:00 committed by Paulus Schoutsen
parent 68bda1c732
commit 5bc2e78ab4
2 changed files with 2 additions and 2 deletions

View file

@ -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 = {

View file

@ -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