mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
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
@ -34,7 +34,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
|
|||||||
brother = await Brother.create(
|
brother = await Brother.create(
|
||||||
host, printer_type=printer_type, snmp_engine=snmp_engine
|
host, printer_type=printer_type, snmp_engine=snmp_engine
|
||||||
)
|
)
|
||||||
except (ConnectionError, SnmpError) as error:
|
except (ConnectionError, SnmpError, TimeoutError) as error:
|
||||||
raise ConfigEntryNotReady from error
|
raise ConfigEntryNotReady from error
|
||||||
|
|
||||||
coordinator = BrotherDataUpdateCoordinator(hass, brother)
|
coordinator = BrotherDataUpdateCoordinator(hass, brother)
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
|
"loggers": ["brother", "pyasn1", "pysmi", "pysnmp"],
|
||||||
"quality_scale": "platinum",
|
"quality_scale": "platinum",
|
||||||
"requirements": ["brother==4.0.0"],
|
"requirements": ["brother==4.0.2"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_printer._tcp.local.",
|
"type": "_printer._tcp.local.",
|
||||||
|
@ -606,7 +606,7 @@ bring-api==0.5.6
|
|||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
|
||||||
# homeassistant.components.brother
|
# homeassistant.components.brother
|
||||||
brother==4.0.0
|
brother==4.0.2
|
||||||
|
|
||||||
# homeassistant.components.brottsplatskartan
|
# homeassistant.components.brottsplatskartan
|
||||||
brottsplatskartan==1.0.5
|
brottsplatskartan==1.0.5
|
||||||
|
@ -517,7 +517,7 @@ bring-api==0.5.6
|
|||||||
broadlink==0.18.3
|
broadlink==0.18.3
|
||||||
|
|
||||||
# homeassistant.components.brother
|
# homeassistant.components.brother
|
||||||
brother==4.0.0
|
brother==4.0.2
|
||||||
|
|
||||||
# homeassistant.components.brottsplatskartan
|
# homeassistant.components.brottsplatskartan
|
||||||
brottsplatskartan==1.0.5
|
brottsplatskartan==1.0.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user