mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Upgrade getmac to 0.8.2 (#34013)
This commit is contained in:
parent
19ce367f88
commit
2dc6ba0ab4
@ -4,7 +4,7 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/huawei_lte",
|
"documentation": "https://www.home-assistant.io/integrations/huawei_lte",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"getmac==0.8.1",
|
"getmac==0.8.2",
|
||||||
"huawei-lte-api==1.4.11",
|
"huawei-lte-api==1.4.11",
|
||||||
"stringcase==1.2.0",
|
"stringcase==1.2.0",
|
||||||
"url-normalize==1.4.1"
|
"url-normalize==1.4.1"
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
"name": "KEF",
|
"name": "KEF",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/kef",
|
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||||
"codeowners": ["@basnijholt"],
|
"codeowners": ["@basnijholt"],
|
||||||
"requirements": ["aiokef==0.2.9", "getmac==0.8.1"]
|
"requirements": ["aiokef==0.2.9", "getmac==0.8.2"]
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Minecraft Server",
|
"name": "Minecraft Server",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
"documentation": "https://www.home-assistant.io/integrations/minecraft_server",
|
||||||
"requirements": ["aiodns==2.0.0", "getmac==0.8.1", "mcstatus==2.3.0"],
|
"requirements": ["aiodns==2.0.0", "getmac==0.8.2", "mcstatus==2.3.0"],
|
||||||
"codeowners": ["@elmurato"],
|
"codeowners": ["@elmurato"],
|
||||||
"quality_scale": "silver"
|
"quality_scale": "silver"
|
||||||
}
|
}
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
"domain": "nmap_tracker",
|
"domain": "nmap_tracker",
|
||||||
"name": "Nmap Tracker",
|
"name": "Nmap Tracker",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
"documentation": "https://www.home-assistant.io/integrations/nmap_tracker",
|
||||||
"requirements": ["python-nmap==0.6.1", "getmac==0.8.1"],
|
"requirements": ["python-nmap==0.6.1", "getmac==0.8.2"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
@ -607,7 +607,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||||||
# homeassistant.components.kef
|
# homeassistant.components.kef
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
getmac==0.8.1
|
getmac==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==0.1.1
|
gios==0.1.1
|
||||||
|
@ -239,7 +239,7 @@ georss_qld_bushfire_alert_client==0.3
|
|||||||
# homeassistant.components.kef
|
# homeassistant.components.kef
|
||||||
# homeassistant.components.minecraft_server
|
# homeassistant.components.minecraft_server
|
||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
getmac==0.8.1
|
getmac==0.8.2
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==0.1.1
|
gios==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user