Sort manifests 1 (#87022)

This commit is contained in:
Erik Montnemery 2023-02-08 20:29:44 +01:00 committed by GitHub
parent 51a9f65a01
commit 231aad7a68
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
100 changed files with 398 additions and 361 deletions

View file

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