mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-24 21:24:44 -08:00
Fix typo in example node unique_id (#1634)
This commit is contained in:
parent
4312e7b189
commit
86aa6dc9af
|
@ -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: >-
|
||||
|
|
Loading…
Reference in a new issue