Skip to content

Commit

Permalink
Fix spelling of ASUSWRT in manifest (#31764)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
frenck and springstan committed Feb 13, 2020
1 parent 40e866a commit d66123c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/asuswrt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/asuswrt/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"domain": "asuswrt",
"name": "Asuswrt",
"name": "ASUSWRT",
"documentation": "https://www.home-assistant.io/integrations/asuswrt",
"requirements": ["aioasuswrt==1.1.22"],
"dependencies": [],
Expand Down

0 comments on commit d66123c

Please sign in to comment.