From 5e0088feaa114fee817c31af79af8f610e7501f7 Mon Sep 17 00:00:00 2001 From: Josef Zweck Date: Fri, 27 Dec 2024 15:36:07 +0100 Subject: [PATCH] Add azure_data_explorer to microsoft brand (#134088) --- homeassistant/brands/microsoft.json | 1 + homeassistant/generated/integrations.json | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/homeassistant/brands/microsoft.json b/homeassistant/brands/microsoft.json index 9da24e76f19..4d9eb5f95f3 100644 --- a/homeassistant/brands/microsoft.json +++ b/homeassistant/brands/microsoft.json @@ -2,6 +2,7 @@ "domain": "microsoft", "name": "Microsoft", "integrations": [ + "azure_data_explorer", "azure_devops", "azure_event_hub", "azure_service_bus", diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 005fb7f694f..42b00a63bbe 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -606,12 +606,6 @@ "config_flow": true, "iot_class": "local_push" }, - "azure_data_explorer": { - "name": "Azure Data Explorer", - "integration_type": "hub", - "config_flow": true, - "iot_class": "cloud_push" - }, "baf": { "name": "Big Ass Fans", "integration_type": "hub", @@ -3718,6 +3712,12 @@ "microsoft": { "name": "Microsoft", "integrations": { + "azure_data_explorer": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "cloud_push", + "name": "Azure Data Explorer" + }, "azure_devops": { "integration_type": "hub", "config_flow": true,