Skip to content

Commit d151ebe

Browse files
committed
Shared strings don't work for custon_components
1 parent 0c3564b commit d151ebe

File tree

1 file changed

+6
-6
lines changed
  • custom_components/file_plusplus/translations

1 file changed

+6
-6
lines changed

custom_components/file_plusplus/translations/en.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
"step": {
4848
"init": {
4949
"data": {
50-
"value_template": "[%key:component::file::config::step::sensor::data::value_template%]",
51-
"unit_of_measurement": "[%key:component::file::config::step::sensor::data::unit_of_measurement%]",
52-
"timestamp": "[%key:component::file::config::step::notify::data::timestamp%]"
50+
"value_template": "Value template",
51+
"unit_of_measurement": "Unit of measurement",
52+
"timestamp": "Timestamp"
5353
},
5454
"data_description": {
55-
"value_template": "[%key:component::file::config::step::sensor::data_description::value_template%]",
56-
"unit_of_measurement": "[%key:component::file::config::step::sensor::data_description::unit_of_measurement%]",
57-
"timestamp": "[%key:component::file::config::step::notify::data_description::timestamp%]"
55+
"value_template": "A template to render the sensors value based on the file content",
56+
"unit_of_measurement": "Unit of measurement for the sensor",
57+
"timestamp": "Add a timestamp to the notification"
5858
}
5959
}
6060
}

0 commit comments

Comments
 (0)