From 6f2b0c756a9421bdff366c69cee6e020515204b6 Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Mon, 26 Oct 2020 17:10:30 -0400 Subject: [PATCH] Remove title string from Xbox translations (#42431) --- homeassistant/components/xbox/strings.json | 1 - homeassistant/components/xbox/translations/en.json | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/homeassistant/components/xbox/strings.json b/homeassistant/components/xbox/strings.json index ccece2d7f73..accd6775941 100644 --- a/homeassistant/components/xbox/strings.json +++ b/homeassistant/components/xbox/strings.json @@ -1,5 +1,4 @@ { - "title": "xbox", "config": { "step": { "pick_implementation": { diff --git a/homeassistant/components/xbox/translations/en.json b/homeassistant/components/xbox/translations/en.json index ae5465f889e..0bb1266bded 100644 --- a/homeassistant/components/xbox/translations/en.json +++ b/homeassistant/components/xbox/translations/en.json @@ -13,6 +13,5 @@ "title": "Pick Authentication Method" } } - }, - "title": "xbox" + } } \ No newline at end of file