From 93920704d058e23bc1cea8e22e69b8b27a4e6fab Mon Sep 17 00:00:00 2001 From: LJU Date: Wed, 31 Mar 2021 17:19:18 +0200 Subject: [PATCH] Remove Hass.io terms in strings.json (#48541) Co-authored-by: Franck Nijhof --- homeassistant/components/adguard/strings.json | 4 ++-- homeassistant/components/almond/strings.json | 4 ++-- homeassistant/components/deconz/strings.json | 4 ++-- homeassistant/components/mqtt/strings.json | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/homeassistant/components/adguard/strings.json b/homeassistant/components/adguard/strings.json index 2d4bb49304fb..4e6a63cfd3a2 100644 --- a/homeassistant/components/adguard/strings.json +++ b/homeassistant/components/adguard/strings.json @@ -13,8 +13,8 @@ } }, "hassio_confirm": { - "title": "AdGuard Home via Hass.io add-on", - "description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the Hass.io add-on: {addon}?" + "title": "AdGuard Home via Home Assistant add-on", + "description": "Do you want to configure Home Assistant to connect to the AdGuard Home provided by the add-on: {addon}?" } }, "error": { diff --git a/homeassistant/components/almond/strings.json b/homeassistant/components/almond/strings.json index 8eb5478ecef7..548471a664c0 100644 --- a/homeassistant/components/almond/strings.json +++ b/homeassistant/components/almond/strings.json @@ -5,8 +5,8 @@ "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, "hassio_confirm": { - "title": "Almond via Hass.io add-on", - "description": "Do you want to configure Home Assistant to connect to Almond provided by the Hass.io add-on: {addon}?" + "title": "Almond via Home Assistant add-on", + "description": "Do you want to configure Home Assistant to connect to Almond provided by the add-on: {addon}?" } }, "abort": { diff --git a/homeassistant/components/deconz/strings.json b/homeassistant/components/deconz/strings.json index bbda4e8c0cb5..258de620a549 100644 --- a/homeassistant/components/deconz/strings.json +++ b/homeassistant/components/deconz/strings.json @@ -18,8 +18,8 @@ "description": "Unlock your deCONZ gateway to register with Home Assistant.\n\n1. Go to deCONZ Settings -> Gateway -> Advanced\n2. Press \"Authenticate app\" button" }, "hassio_confirm": { - "title": "deCONZ Zigbee gateway via Hass.io add-on", - "description": "Do you want to configure Home Assistant to connect to the deCONZ gateway provided by the Hass.io add-on {addon}?" + "title": "deCONZ Zigbee gateway via Home Assistant add-on", + "description": "Do you want to configure Home Assistant to connect to the deCONZ gateway provided by the add-on {addon}?" } }, "error": { diff --git a/homeassistant/components/mqtt/strings.json b/homeassistant/components/mqtt/strings.json index 8c3db8e5b61e..2edbc86eb8c7 100644 --- a/homeassistant/components/mqtt/strings.json +++ b/homeassistant/components/mqtt/strings.json @@ -12,8 +12,8 @@ } }, "hassio_confirm": { - "title": "MQTT Broker via Hass.io add-on", - "description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the Hass.io add-on {addon}?", + "title": "MQTT Broker via Home Assistant add-on", + "description": "Do you want to configure Home Assistant to connect to the MQTT broker provided by the add-on {addon}?", "data": { "discovery": "Enable discovery" }