From 8f3c2573e26755c6113b2efd1cecf00f51076631 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Wed, 3 Mar 2021 10:12:26 +0100 Subject: [PATCH] Remove name from keenetic-ndms2 strings (#47113) --- homeassistant/components/keenetic_ndms2/strings.json | 1 - homeassistant/components/keenetic_ndms2/translations/en.json | 1 - 2 files changed, 2 deletions(-) diff --git a/homeassistant/components/keenetic_ndms2/strings.json b/homeassistant/components/keenetic_ndms2/strings.json index 15629ba0f2f..0dc1c9c302f 100644 --- a/homeassistant/components/keenetic_ndms2/strings.json +++ b/homeassistant/components/keenetic_ndms2/strings.json @@ -4,7 +4,6 @@ "user": { "title": "Set up Keenetic NDMS2 Router", "data": { - "name": "Name", "host": "[%key:common::config_flow::data::host%]", "username": "[%key:common::config_flow::data::username%]", "password": "[%key:common::config_flow::data::password%]", diff --git a/homeassistant/components/keenetic_ndms2/translations/en.json b/homeassistant/components/keenetic_ndms2/translations/en.json index e95f2f740ef..5a946751ff4 100644 --- a/homeassistant/components/keenetic_ndms2/translations/en.json +++ b/homeassistant/components/keenetic_ndms2/translations/en.json @@ -10,7 +10,6 @@ "user": { "data": { "host": "Host", - "name": "Name", "password": "Password", "port": "Port", "username": "Username"