core/homeassistant/components/azure_event_hub/manifest.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"]
}