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:
parent
3d9a9c3847
commit
b47fb68214
4 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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.",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue