From 0556d9d4ed8d456179d406f556fe12dbb5c2a1a0 Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Fri, 7 Jun 2024 16:31:50 +0200 Subject: [PATCH] Fix Azure Data Explorer strings (#119067) --- homeassistant/components/azure_data_explorer/strings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/azure_data_explorer/strings.json b/homeassistant/components/azure_data_explorer/strings.json index a3a82a6eb3c..64005872579 100644 --- a/homeassistant/components/azure_data_explorer/strings.json +++ b/homeassistant/components/azure_data_explorer/strings.json @@ -5,12 +5,13 @@ "title": "Setup your Azure Data Explorer integration", "description": "Enter connection details.", "data": { - "clusteringesturi": "Cluster Ingest URI", + "cluster_ingest_uri": "Cluster ingest URI", "database": "Database name", "table": "Table name", "client_id": "Client ID", "client_secret": "Client secret", - "authority_id": "Authority ID" + "authority_id": "Authority ID", + "use_queued_ingestion": "Use queued ingestion" } } },