Fix template sensor uom string (#150057)

This commit is contained in:
karwosts
2025-08-05 09:56:34 -07:00
committed by GitHub
parent 991c9008bd
commit 8c509b11b2

View File

@@ -759,7 +759,7 @@
"data_description": { "data_description": {
"device_id": "[%key:component::template::common::device_id_description%]", "device_id": "[%key:component::template::common::device_id_description%]",
"state": "[%key:component::template::config::step::sensor::data_description::state%]", "state": "[%key:component::template::config::step::sensor::data_description::state%]",
"unit_of_measurement": "[%key:component::template::config::step::sensor::data_description::state%]" "unit_of_measurement": "[%key:component::template::config::step::sensor::data_description::unit_of_measurement%]"
}, },
"sections": { "sections": {
"advanced_options": { "advanced_options": {