core/homeassistant/components/azure_event_hub/manifest.json

11 lines
303 B
JSON
Raw Normal View History

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