mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
40e866a5bb
commit
d66123cc37
@ -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
|
||||||
|
@ -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": [],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user