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"