From 86aa6dc9af7c5ed7d4885c0e4d7fe709c86c17ab Mon Sep 17 00:00:00 2001 From: Tony Scelfo Date: Thu, 19 Dec 2024 15:16:45 -0700 Subject: [PATCH] Fix typo in example node unique_id (#1634) --- docs/software/integrations/mqtt/home-assistant.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/software/integrations/mqtt/home-assistant.mdx b/docs/software/integrations/mqtt/home-assistant.mdx index a9b749d9..47e4f764 100644 --- a/docs/software/integrations/mqtt/home-assistant.mdx +++ b/docs/software/integrations/mqtt/home-assistant.mdx @@ -43,7 +43,7 @@ sensor: # Node #1 - name: "Node 1 Battery Voltage" - unique_id: "node_1__battery_voltage" + unique_id: "node_1_battery_voltage" state_topic: "msh/US/2/json/LongFast/!67ea9400" state_class: measurement value_template: >-