Bump brother library to version 4.0.2 (#113235)

Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
This commit is contained in:
Maciej Bieniek 2024-03-13 17:50:29 +01:00 committed by GitHub
parent 3d9a9c3847
commit b47fb68214
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -34,7 +34,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
brother = await Brother.create(
host, printer_type=printer_type, snmp_engine=snmp_engine
)
except (ConnectionError, SnmpError) as error:
except (ConnectionError, SnmpError, TimeoutError) as error:
raise ConfigEntryNotReady from error
coordinator = BrotherDataUpdateCoordinator(hass, brother)

View file

@ -8,7 +8,7 @@
"iot_class": "local_polling",
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
"quality_scale": "platinum",
"requirements": ["brother==4.0.0"],
"requirements": ["brother==4.0.2"],
"zeroconf": [
{
"type": "_printer._tcp.local.",

View file

@ -606,7 +606,7 @@ bring-api==0.5.6
broadlink==0.18.3
# homeassistant.components.brother
brother==4.0.0
brother==4.0.2
# homeassistant.components.brottsplatskartan
brottsplatskartan==1.0.5

View file

@ -517,7 +517,7 @@ bring-api==0.5.6
broadlink==0.18.3
# homeassistant.components.brother
brother==4.0.0
brother==4.0.2
# homeassistant.components.brottsplatskartan
brottsplatskartan==1.0.5