mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Bump getmac 0.9.4 (#106321)
This commit is contained in:
parent
eb3fde7261
commit
f0e080f958
@ -8,7 +8,7 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.38.0", "getmac==0.8.2"],
|
||||
"requirements": ["async-upnp-client==0.38.0", "getmac==0.9.4"],
|
||||
"ssdp": [
|
||||
{
|
||||
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
||||
|
@ -5,5 +5,5 @@
|
||||
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["aiokef", "tenacity"],
|
||||
"requirements": ["aiokef==0.2.16", "getmac==0.8.2"]
|
||||
"requirements": ["aiokef==0.2.16", "getmac==0.9.4"]
|
||||
}
|
||||
|
@ -9,7 +9,7 @@
|
||||
"loggers": ["nmap"],
|
||||
"requirements": [
|
||||
"netmap==0.7.0.2",
|
||||
"getmac==0.8.2",
|
||||
"getmac==0.9.4",
|
||||
"mac-vendor-lookup==0.1.12"
|
||||
]
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
"iot_class": "local_push",
|
||||
"loggers": ["samsungctl", "samsungtvws"],
|
||||
"requirements": [
|
||||
"getmac==0.8.2",
|
||||
"getmac==0.9.4",
|
||||
"samsungctl[websocket]==0.7.1",
|
||||
"samsungtvws[async,encrypted]==2.6.0",
|
||||
"wakeonlan==2.1.0",
|
||||
|
@ -8,7 +8,7 @@
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["async_upnp_client"],
|
||||
"requirements": ["async-upnp-client==0.38.0", "getmac==0.8.2"],
|
||||
"requirements": ["async-upnp-client==0.38.0", "getmac==0.9.4"],
|
||||
"ssdp": [
|
||||
{
|
||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
||||
|
@ -903,7 +903,7 @@ georss-qld-bushfire-alert-client==0.5
|
||||
# homeassistant.components.nmap_tracker
|
||||
# homeassistant.components.samsungtv
|
||||
# homeassistant.components.upnp
|
||||
getmac==0.8.2
|
||||
getmac==0.9.4
|
||||
|
||||
# homeassistant.components.gios
|
||||
gios==3.2.2
|
||||
|
@ -723,7 +723,7 @@ georss-qld-bushfire-alert-client==0.5
|
||||
# homeassistant.components.nmap_tracker
|
||||
# homeassistant.components.samsungtv
|
||||
# homeassistant.components.upnp
|
||||
getmac==0.8.2
|
||||
getmac==0.9.4
|
||||
|
||||
# homeassistant.components.gios
|
||||
gios==3.2.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user