core/homeassistant/components/azure_event_hub/manifest.json

11 lines
304 B
JSON
Raw Normal View History

{
"domain": "azure_event_hub",
"name": "Azure Event Hub",
"codeowners": ["@eavanvalkenburg"],
"config_flow": true,
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/azure_event_hub",
"iot_class": "cloud_push",
"loggers": ["azure"],
"requirements": ["azure-eventhub==5.11.1"]
}