mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Bump Enphase_Envoy dependency for older models (#17032)
This commit is contained in:
parent
68bda1c732
commit
5bc2e78ab4
@ -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…
x
Reference in New Issue
Block a user