mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
upgrade somecomfort to 0.5.0 (#10834)
* upgrading somecomfort to 0.5.0 * upgrade somecomfort to 0.5.0 in requirements files
This commit is contained in:
parent
8c5d6ee9c3
commit
27270b49b4
@ -19,7 +19,7 @@ from homeassistant.const import (
|
|||||||
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT,
|
CONF_PASSWORD, CONF_USERNAME, TEMP_CELSIUS, TEMP_FAHRENHEIT,
|
||||||
ATTR_TEMPERATURE, CONF_REGION)
|
ATTR_TEMPERATURE, CONF_REGION)
|
||||||
|
|
||||||
REQUIREMENTS = ['evohomeclient==0.2.5', 'somecomfort==0.4.1']
|
REQUIREMENTS = ['evohomeclient==0.2.5', 'somecomfort==0.5.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1029,7 +1029,7 @@ sleepyq==0.6
|
|||||||
snapcast==2.0.8
|
snapcast==2.0.8
|
||||||
|
|
||||||
# homeassistant.components.climate.honeywell
|
# homeassistant.components.climate.honeywell
|
||||||
somecomfort==0.4.1
|
somecomfort==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.sensor.speedtest
|
# homeassistant.components.sensor.speedtest
|
||||||
speedtest-cli==1.0.7
|
speedtest-cli==1.0.7
|
||||||
|
@ -153,7 +153,7 @@ rxv==0.5.1
|
|||||||
sleepyq==0.6
|
sleepyq==0.6
|
||||||
|
|
||||||
# homeassistant.components.climate.honeywell
|
# homeassistant.components.climate.honeywell
|
||||||
somecomfort==0.4.1
|
somecomfort==0.5.0
|
||||||
|
|
||||||
# homeassistant.components.recorder
|
# homeassistant.components.recorder
|
||||||
# homeassistant.scripts.db_migrator
|
# homeassistant.scripts.db_migrator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user