core/homeassistant/components/azure_event_hub/manifest.json

11 lines
303 B
JSON

{
"domain": "azure_event_hub",
"name": "Azure Event Hub",
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
"requirements": ["azure-eventhub==5.7.0"],
"codeowners": ["@eavanvalkenburg"],
"iot_class": "cloud_push",
"config_flow": true,
"loggers": ["azure"]
}