mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 15:47:12 +00:00
Add missing hyphen to "file-based" in file
(#144640)
This commit is contained in:
parent
54a7691a80
commit
ebb61caa53
@ -4,13 +4,13 @@
|
|||||||
"user": {
|
"user": {
|
||||||
"description": "Make a choice",
|
"description": "Make a choice",
|
||||||
"menu_options": {
|
"menu_options": {
|
||||||
"sensor": "Set up a file based sensor",
|
"sensor": "Set up a file-based sensor",
|
||||||
"notify": "Set up a notification service"
|
"notify": "Set up a notification service"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sensor": {
|
"sensor": {
|
||||||
"title": "File sensor",
|
"title": "File sensor",
|
||||||
"description": "Set up a file based sensor",
|
"description": "[%key:component::file::config::step::user::menu_options::sensor%]",
|
||||||
"data": {
|
"data": {
|
||||||
"file_path": "File path",
|
"file_path": "File path",
|
||||||
"value_template": "Value template",
|
"value_template": "Value template",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user