From d66123cc37592c03cbe42eab53ba189b85410075 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 13 Feb 2020 14:24:15 +0100 Subject: [PATCH] Fix spelling of ASUSWRT in manifest (#31764) * Fix spelling of ASUSWRT in manifest * Update homeassistant/components/asuswrt/__init__.py Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com> Co-authored-by: springstan <46536646+springstan@users.noreply.github.com> --- homeassistant/components/asuswrt/__init__.py | 2 +- homeassistant/components/asuswrt/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/asuswrt/__init__.py b/homeassistant/components/asuswrt/__init__.py index 64d2d7c7a4bf15..897258c6299201 100644 --- a/homeassistant/components/asuswrt/__init__.py +++ b/homeassistant/components/asuswrt/__init__.py @@ -70,7 +70,7 @@ async def async_setup(hass, config): await api.connection.async_connect() if not api.is_connected: - _LOGGER.error("Unable to setup asuswrt component") + _LOGGER.error("Unable to setup component") return False hass.data[DATA_ASUSWRT] = api diff --git a/homeassistant/components/asuswrt/manifest.json b/homeassistant/components/asuswrt/manifest.json index 02999ada68ba23..416144b450c0a3 100644 --- a/homeassistant/components/asuswrt/manifest.json +++ b/homeassistant/components/asuswrt/manifest.json @@ -1,6 +1,6 @@ { "domain": "asuswrt", - "name": "Asuswrt", + "name": "ASUSWRT", "documentation": "https://www.home-assistant.io/integrations/asuswrt", "requirements": ["aioasuswrt==1.1.22"], "dependencies": [],