mirror of
https://github.com/home-assistant/core.git
synced 2025-09-06 05:11:35 +02:00
Fix template sensor uom string (#150057)
This commit is contained in:
@@ -759,7 +759,7 @@
|
||||
"data_description": {
|
||||
"device_id": "[%key:component::template::common::device_id_description%]",
|
||||
"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": {
|
||||
"advanced_options": {
|
||||
|
Reference in New Issue
Block a user