Update to sensibo 1.0.3 with better error reporting (#14380)
This commit is contained in:
parent
ea01b127c2
commit
f168226be9
2 changed files with 2 additions and 2 deletions
|
@ -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__)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue