mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Bump azure-eventhub to 5.11.1 (#87175)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
96128340a0
commit
fd4851053c
@ -68,7 +68,7 @@ class AzureEventHubClientSAS(AzureEventHubClient):
|
|||||||
f"{self.event_hub_namespace}.servicebus.windows.net"
|
f"{self.event_hub_namespace}.servicebus.windows.net"
|
||||||
),
|
),
|
||||||
eventhub_name=self.event_hub_instance_name,
|
eventhub_name=self.event_hub_instance_name,
|
||||||
credential=EventHubSharedKeyCredential( # type: ignore[arg-type]
|
credential=EventHubSharedKeyCredential(
|
||||||
policy=self.event_hub_sas_policy, key=self.event_hub_sas_key
|
policy=self.event_hub_sas_policy, key=self.event_hub_sas_key
|
||||||
),
|
),
|
||||||
**ADDITIONAL_ARGS,
|
**ADDITIONAL_ARGS,
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"domain": "azure_event_hub",
|
"domain": "azure_event_hub",
|
||||||
"name": "Azure Event Hub",
|
"name": "Azure Event Hub",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
|
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
|
||||||
"requirements": ["azure-eventhub==5.7.0"],
|
"requirements": ["azure-eventhub==5.11.1"],
|
||||||
"codeowners": ["@eavanvalkenburg"],
|
"codeowners": ["@eavanvalkenburg"],
|
||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
|
@ -398,7 +398,7 @@ aurorapy==0.2.7
|
|||||||
axis==46
|
axis==46
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.7.0
|
azure-eventhub==5.11.1
|
||||||
|
|
||||||
# homeassistant.components.azure_service_bus
|
# homeassistant.components.azure_service_bus
|
||||||
azure-servicebus==7.8.0
|
azure-servicebus==7.8.0
|
||||||
|
@ -343,7 +343,7 @@ aurorapy==0.2.7
|
|||||||
axis==46
|
axis==46
|
||||||
|
|
||||||
# homeassistant.components.azure_event_hub
|
# homeassistant.components.azure_event_hub
|
||||||
azure-eventhub==5.7.0
|
azure-eventhub==5.11.1
|
||||||
|
|
||||||
# homeassistant.components.homekit
|
# homeassistant.components.homekit
|
||||||
base36==0.1.1
|
base36==0.1.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user