mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 05:58:19 +00:00
Fix template sensor uom string (#150057)
This commit is contained in:
parent
991c9008bd
commit
8c509b11b2
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user