Bump somecomfort to 0.3.2 (#3502)

This has fixes related to #3468
This commit is contained in:
Dan Smith 2016-09-23 22:15:05 -07:00 committed by Paulus Schoutsen
parent d3a012a536
commit bac8ffdd52
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

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