mirror of https://github.com/home-assistant/core
11 lines
304 B
JSON
11 lines
304 B
JSON
{
|
|
"domain": "azure_event_hub",
|
|
"name": "Azure Event Hub",
|
|
"codeowners": ["@eavanvalkenburg"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
|
|
"iot_class": "cloud_push",
|
|
"loggers": ["azure"],
|
|
"requirements": ["azure-eventhub==5.11.1"]
|
|
}
|