mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
committed by
Paulus Schoutsen
parent
d3a012a536
commit
bac8ffdd52
@@ -16,7 +16,7 @@ from homeassistant.const import (
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['evohomeclient==0.2.5',
|
||||
'somecomfort==0.2.1']
|
||||
'somecomfort==0.3.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -12,7 +12,7 @@ from homeassistant.const import (
|
||||
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT)
|
||||
|
||||
REQUIREMENTS = ['evohomeclient==0.2.5',
|
||||
'somecomfort==0.2.1']
|
||||
'somecomfort==0.3.2']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@@ -434,7 +434,7 @@ snapcast==1.2.2
|
||||
|
||||
# homeassistant.components.climate.honeywell
|
||||
# homeassistant.components.thermostat.honeywell
|
||||
somecomfort==0.2.1
|
||||
somecomfort==0.3.2
|
||||
|
||||
# homeassistant.components.sensor.speedtest
|
||||
speedtest-cli==0.3.4
|
||||
|
Reference in New Issue
Block a user