From 7a3d9a9345cba8be476684c0237df60055459788 Mon Sep 17 00:00:00 2001 From: Norbert Rittel <norbert@rittel.de> Date: Mon, 30 Dec 2024 21:26:53 +0100 Subject: [PATCH] Replace "service" with "action" (#134279) --- homeassistant/components/kitchen_sink/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/kitchen_sink/strings.json b/homeassistant/components/kitchen_sink/strings.json index b8dcfdd8e69..c03f909e617 100644 --- a/homeassistant/components/kitchen_sink/strings.json +++ b/homeassistant/components/kitchen_sink/strings.json @@ -80,8 +80,8 @@ }, "services": { "test_service_1": { - "name": "Test service 1", - "description": "Fake service for testing", + "name": "Test action 1", + "description": "Fake action for testing", "fields": { "field_1": { "name": "Field 1", -- GitLab