From c8f050ecbcd60712da41b07ebae3ff8af43b4b1f Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Wed, 18 Dec 2024 20:08:57 +0100 Subject: [PATCH] Fix the local_file.update_file_path action's name and description (#133509) --- homeassistant/components/local_file/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/local_file/strings.json b/homeassistant/components/local_file/strings.json index abf31a6f94e..393cc5f2e46 100644 --- a/homeassistant/components/local_file/strings.json +++ b/homeassistant/components/local_file/strings.json @@ -39,8 +39,8 @@ }, "services": { "update_file_path": { - "name": "Updates file path", - "description": "Use this action to change the file displayed by the camera.", + "name": "Update file path", + "description": "Changes the file displayed by the camera.", "fields": { "file_path": { "name": "File path",