mirror of
https://github.com/home-assistant/core.git
synced 2026-04-20 00:19:02 +02:00
Add integration_type service to azure_data_explorer (#158855)
This commit is contained in:
committed by
GitHub
parent
5185c6cd68
commit
e87c260df7
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@kaareseras"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/azure_data_explorer",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_push",
|
||||
"loggers": ["azure"],
|
||||
"requirements": ["azure-kusto-ingest==4.5.1", "azure-kusto-data[aio]==4.5.1"]
|
||||
|
||||
@@ -3982,7 +3982,7 @@
|
||||
"name": "Microsoft",
|
||||
"integrations": {
|
||||
"azure_data_explorer": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_push",
|
||||
"name": "Azure Data Explorer"
|
||||
|
||||
Reference in New Issue
Block a user