Bump python-eq3bt requirement (#75145)

This commit is contained in:
Teemu R 2022-07-26 21:50:41 +02:00 committed by GitHub
parent bb4ee1ba32
commit 184e254a43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,6 @@ from __future__ import annotations
import logging
from bluepy.btle import BTLEException # pylint: disable=import-error
import eq3bt as eq3 # pylint: disable=import-error
import voluptuous as vol
@ -218,5 +217,5 @@ class EQ3BTSmartThermostat(ClimateEntity):
try:
self._thermostat.update()
except BTLEException as ex:
except eq3.BackendException as ex:
_LOGGER.warning("Updating the state failed: %s", ex)

View File

@ -1,9 +1,10 @@
{
"domain": "eq3btsmart",
"name": "EQ3 Bluetooth Smart Thermostats",
"name": "eQ-3 Bluetooth Smart Thermostats",
"documentation": "https://www.home-assistant.io/integrations/eq3btsmart",
"requirements": ["construct==2.10.56", "python-eq3bt==0.1.11"],
"requirements": ["construct==2.10.56", "python-eq3bt==0.2"],
"dependencies": ["bluetooth"],
"codeowners": ["@rytilahti"],
"iot_class": "local_polling",
"loggers": ["bluepy", "eq3bt"]
"loggers": ["bleak", "eq3bt"]
}

View File

@ -1893,7 +1893,7 @@ python-digitalocean==1.13.2
python-ecobee-api==0.2.14
# homeassistant.components.eq3btsmart
# python-eq3bt==0.1.11
# python-eq3bt==0.2
# homeassistant.components.etherscan
python-etherscan-api==0.0.3