mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Use pysnmplib
instead of pysnmp
(#72645)
* Use pysnmp and bump brother * Fix mypy errors * Bump brother version
This commit is contained in:
parent
b9e93207e3
commit
75669dba6e
@ -42,7 +42,7 @@ class BrotherConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
def __init__(self) -> None:
|
def __init__(self) -> None:
|
||||||
"""Initialize."""
|
"""Initialize."""
|
||||||
self.brother: Brother = None
|
self.brother: Brother
|
||||||
self.host: str | None = None
|
self.host: str | None = None
|
||||||
|
|
||||||
async def async_step_user(
|
async def async_step_user(
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Brother Printer",
|
"name": "Brother Printer",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/brother",
|
"documentation": "https://www.home-assistant.io/integrations/brother",
|
||||||
"codeowners": ["@bieniu"],
|
"codeowners": ["@bieniu"],
|
||||||
"requirements": ["brother==1.1.0"],
|
"requirements": ["brother==1.2.3"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
{
|
{
|
||||||
"type": "_printer._tcp.local.",
|
"type": "_printer._tcp.local.",
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "snmp",
|
"domain": "snmp",
|
||||||
"name": "SNMP",
|
"name": "SNMP",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/snmp",
|
"documentation": "https://www.home-assistant.io/integrations/snmp",
|
||||||
"requirements": ["pysnmp==4.4.12"],
|
"requirements": ["pysnmplib==5.0.15"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["pyasn1", "pysmi", "pysnmp"]
|
"loggers": ["pyasn1", "pysmi", "pysnmp"]
|
||||||
|
@ -433,7 +433,7 @@ bravia-tv==1.0.11
|
|||||||
broadlink==0.18.2
|
broadlink==0.18.2
|
||||||
|
|
||||||
# homeassistant.components.brother
|
# homeassistant.components.brother
|
||||||
brother==1.1.0
|
brother==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.brottsplatskartan
|
# homeassistant.components.brottsplatskartan
|
||||||
brottsplatskartan==0.0.1
|
brottsplatskartan==0.0.1
|
||||||
@ -1838,7 +1838,7 @@ pysmarty==0.8
|
|||||||
pysml==0.0.7
|
pysml==0.0.7
|
||||||
|
|
||||||
# homeassistant.components.snmp
|
# homeassistant.components.snmp
|
||||||
pysnmp==4.4.12
|
pysnmplib==5.0.15
|
||||||
|
|
||||||
# homeassistant.components.soma
|
# homeassistant.components.soma
|
||||||
pysoma==0.0.10
|
pysoma==0.0.10
|
||||||
|
@ -330,7 +330,7 @@ bravia-tv==1.0.11
|
|||||||
broadlink==0.18.2
|
broadlink==0.18.2
|
||||||
|
|
||||||
# homeassistant.components.brother
|
# homeassistant.components.brother
|
||||||
brother==1.1.0
|
brother==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.brunt
|
# homeassistant.components.brunt
|
||||||
brunt==1.2.0
|
brunt==1.2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user