Update to sensibo 1.0.3 with better error reporting (#14380)

This commit is contained in:
Andrey 2018-05-10 22:11:02 +03:00 committed by Daniel Høyer Iversen
parent ea01b127c2
commit f168226be9
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ from homeassistant.helpers import config_validation as cv
from homeassistant.helpers.aiohttp_client import async_get_clientsession
from homeassistant.util.temperature import convert as convert_temperature
REQUIREMENTS = ['pysensibo==1.0.2']
REQUIREMENTS = ['pysensibo==1.0.3']
_LOGGER = logging.getLogger(__name__)

View file

@ -913,7 +913,7 @@ pyrainbird==0.1.3
pysabnzbd==1.0.1
# homeassistant.components.climate.sensibo
pysensibo==1.0.2
pysensibo==1.0.3
# homeassistant.components.sensor.serial
pyserial-asyncio==0.4