From 334722db476d377a1b0958cc2fd1e65fada1b762 Mon Sep 17 00:00:00 2001 From: robertsLando Date: Fri, 9 May 2025 09:05:00 +0200 Subject: [PATCH] fix(ui): add alert for provisioning entry information Fixes #4230 --- src/components/nodes-table/NodeDetails.vue | 2 +- src/views/SmartStart.vue | 13 ++++++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/src/components/nodes-table/NodeDetails.vue b/src/components/nodes-table/NodeDetails.vue index cbca00be96..4290f2115d 100644 --- a/src/components/nodes-table/NodeDetails.vue +++ b/src/components/nodes-table/NodeDetails.vue @@ -157,7 +157,7 @@ +
+ +
+ + If you are using Home Assistant (or other integrations) note that provisioning entries "name" and "location" will be shared with the integration. Leave them empty if you want to configure them manually in the integration. + +
+
+ + `, 'info', { confirmText: existingItem ? 'Update' : 'Add',