From f23020919f5e0566fcee6b40f1e5569a524542cc Mon Sep 17 00:00:00 2001 From: "Mr. Bubbles" Date: Wed, 26 Jun 2024 08:51:12 +0200 Subject: [PATCH] Remove unused translation strings in pyLoad integration (#120476) --- homeassistant/components/pyload/strings.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/pyload/strings.json b/homeassistant/components/pyload/strings.json index 6efdb23eaf4..248cec99cc9 100644 --- a/homeassistant/components/pyload/strings.json +++ b/homeassistant/components/pyload/strings.json @@ -3,7 +3,6 @@ "step": { "user": { "data": { - "name": "[%key:common::config_flow::data::name%]", "host": "[%key:common::config_flow::data::host%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", @@ -12,7 +11,6 @@ "port": "[%key:common::config_flow::data::port%]" }, "data_description": { - "name": "The name to use for your pyLoad instance in Home Assistant", "host": "The hostname or IP address of the device running your pyLoad instance.", "port": "pyLoad uses port 8000 by default." }