Upgrade somecomfort (#5413)

This commit is contained in:
Paulus Schoutsen 2017-01-17 21:04:56 -08:00 committed by GitHub
parent 4c52380519
commit 50b326c7fc
2 changed files with 2 additions and 2 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.3.2']
'somecomfort==0.4.1']
_LOGGER = logging.getLogger(__name__)