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>
This commit is contained in:
Franck Nijhof 2020-02-13 14:24:15 +01:00 committed by GitHub
parent 40e866a5bb
commit d66123cc37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ async def async_setup(hass, config):
await api.connection.async_connect() await api.connection.async_connect()
if not api.is_connected: if not api.is_connected:
_LOGGER.error("Unable to setup asuswrt component") _LOGGER.error("Unable to setup component")
return False return False
hass.data[DATA_ASUSWRT] = api hass.data[DATA_ASUSWRT] = api

View File

@ -1,6 +1,6 @@
{ {
"domain": "asuswrt", "domain": "asuswrt",
"name": "Asuswrt", "name": "ASUSWRT",
"documentation": "https://www.home-assistant.io/integrations/asuswrt", "documentation": "https://www.home-assistant.io/integrations/asuswrt",
"requirements": ["aioasuswrt==1.1.22"], "requirements": ["aioasuswrt==1.1.22"],
"dependencies": [], "dependencies": [],