mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 04:07:08 +00:00
Fix the local_file.update_file_path action's name and description (#133509)
This commit is contained in:
parent
b7ff27122a
commit
c8f050ecbc
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user