mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -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
|
# Node #1
|
||||||
|
|
||||||
- name: "Node 1 Battery Voltage"
|
- 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_topic: "msh/US/2/json/LongFast/!67ea9400"
|
||||||
state_class: measurement
|
state_class: measurement
|
||||||
value_template: >-
|
value_template: >-
|
||||||
|
|
Loading…
Reference in a new issue