mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Fix the local_file.update_file_path action's name and description (#133509)
This commit is contained in:
@@ -39,8 +39,8 @@
|
|||||||
},
|
},
|
||||||
"services": {
|
"services": {
|
||||||
"update_file_path": {
|
"update_file_path": {
|
||||||
"name": "Updates file path",
|
"name": "Update file path",
|
||||||
"description": "Use this action to change the file displayed by the camera.",
|
"description": "Changes the file displayed by the camera.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"file_path": {
|
"file_path": {
|
||||||
"name": "File path",
|
"name": "File path",
|
||||||
|
Reference in New Issue
Block a user