mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +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",
|
"documentation": "https://www.home-assistant.io/integrations/dlna_dmr",
|
||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["async_upnp_client"],
|
"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": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
"deviceType": "urn:schemas-upnp-org:device:MediaRenderer:1",
|
||||||
|
@ -5,5 +5,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/kef",
|
"documentation": "https://www.home-assistant.io/integrations/kef",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["aiokef", "tenacity"],
|
"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"],
|
"loggers": ["nmap"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"netmap==0.7.0.2",
|
"netmap==0.7.0.2",
|
||||||
"getmac==0.8.2",
|
"getmac==0.9.4",
|
||||||
"mac-vendor-lookup==0.1.12"
|
"mac-vendor-lookup==0.1.12"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
"iot_class": "local_push",
|
"iot_class": "local_push",
|
||||||
"loggers": ["samsungctl", "samsungtvws"],
|
"loggers": ["samsungctl", "samsungtvws"],
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"getmac==0.8.2",
|
"getmac==0.9.4",
|
||||||
"samsungctl[websocket]==0.7.1",
|
"samsungctl[websocket]==0.7.1",
|
||||||
"samsungtvws[async,encrypted]==2.6.0",
|
"samsungtvws[async,encrypted]==2.6.0",
|
||||||
"wakeonlan==2.1.0",
|
"wakeonlan==2.1.0",
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["async_upnp_client"],
|
"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": [
|
"ssdp": [
|
||||||
{
|
{
|
||||||
"st": "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
|
"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.nmap_tracker
|
||||||
# homeassistant.components.samsungtv
|
# homeassistant.components.samsungtv
|
||||||
# homeassistant.components.upnp
|
# homeassistant.components.upnp
|
||||||
getmac==0.8.2
|
getmac==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==3.2.2
|
gios==3.2.2
|
||||||
|
@ -723,7 +723,7 @@ georss-qld-bushfire-alert-client==0.5
|
|||||||
# homeassistant.components.nmap_tracker
|
# homeassistant.components.nmap_tracker
|
||||||
# homeassistant.components.samsungtv
|
# homeassistant.components.samsungtv
|
||||||
# homeassistant.components.upnp
|
# homeassistant.components.upnp
|
||||||
getmac==0.8.2
|
getmac==0.9.4
|
||||||
|
|
||||||
# homeassistant.components.gios
|
# homeassistant.components.gios
|
||||||
gios==3.2.2
|
gios==3.2.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user