From 5d1b4f48e0a9237711f86570e0b4d4864e01a386 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sat, 8 Jul 2023 08:59:26 +0200 Subject: [PATCH] Rename 'Switch as X' helper to ... (#96114) --- homeassistant/components/switch_as_x/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/switch_as_x/manifest.json b/homeassistant/components/switch_as_x/manifest.json index b54509ea5e3..d14a6bcb390 100644 --- a/homeassistant/components/switch_as_x/manifest.json +++ b/homeassistant/components/switch_as_x/manifest.json @@ -1,6 +1,6 @@ { "domain": "switch_as_x", - "name": "Switch as X", + "name": "Change device type of a switch", "codeowners": ["@home-assistant/core"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/switch_as_x",