mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Update to sensibo 1.0.3 with better error reporting (#14380)
This commit is contained in:
parent
ea01b127c2
commit
f168226be9
@ -25,7 +25,7 @@ from homeassistant.helpers import config_validation as cv
|
|||||||
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
from homeassistant.helpers.aiohttp_client import async_get_clientsession
|
||||||
from homeassistant.util.temperature import convert as convert_temperature
|
from homeassistant.util.temperature import convert as convert_temperature
|
||||||
|
|
||||||
REQUIREMENTS = ['pysensibo==1.0.2']
|
REQUIREMENTS = ['pysensibo==1.0.3']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -913,7 +913,7 @@ pyrainbird==0.1.3
|
|||||||
pysabnzbd==1.0.1
|
pysabnzbd==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.climate.sensibo
|
# homeassistant.components.climate.sensibo
|
||||||
pysensibo==1.0.2
|
pysensibo==1.0.3
|
||||||
|
|
||||||
# homeassistant.components.sensor.serial
|
# homeassistant.components.sensor.serial
|
||||||
pyserial-asyncio==0.4
|
pyserial-asyncio==0.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user