Add missing hyphen to "file-based" in file (#144640)

This commit is contained in:
Norbert Rittel 2025-05-11 12:20:30 +02:00 committed by GitHub
parent 54a7691a80
commit ebb61caa53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
"user": {
"description": "Make a choice",
"menu_options": {
"sensor": "Set up a file based sensor",
"sensor": "Set up a file-based sensor",
"notify": "Set up a notification service"
}
},
"sensor": {
"title": "File sensor",
"description": "Set up a file based sensor",
"description": "[%key:component::file::config::step::user::menu_options::sensor%]",
"data": {
"file_path": "File path",
"value_template": "Value template",