Bump aioasuswrt to 1.2.3 and fix asuswrt sensor (#33064)
* Bump aioasuswrt to 1.2.3 * Fix asuswrt connection setup parameters * fix typo
This commit is contained in:
parent
37687561c0
commit
c2ac8e813a
4 changed files with 5 additions and 5 deletions
|
@ -73,8 +73,8 @@ async def async_setup(hass, config):
|
||||||
conf.get("ssh_key", conf.get("pub_key", "")),
|
conf.get("ssh_key", conf.get("pub_key", "")),
|
||||||
conf[CONF_MODE],
|
conf[CONF_MODE],
|
||||||
conf[CONF_REQUIRE_IP],
|
conf[CONF_REQUIRE_IP],
|
||||||
conf[CONF_INTERFACE],
|
interface=conf[CONF_INTERFACE],
|
||||||
conf[CONF_DNSMASQ],
|
dnsmasq=conf[CONF_DNSMASQ],
|
||||||
)
|
)
|
||||||
|
|
||||||
await api.connection.async_connect()
|
await api.connection.async_connect()
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"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.2.2"],
|
"requirements": ["aioasuswrt==1.2.3"],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": ["@kennedyshead"]
|
"codeowners": ["@kennedyshead"]
|
||||||
}
|
}
|
||||||
|
|
|
@ -139,7 +139,7 @@ aio_georss_gdacs==0.3
|
||||||
aioambient==1.0.4
|
aioambient==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.asuswrt
|
# homeassistant.components.asuswrt
|
||||||
aioasuswrt==1.2.2
|
aioasuswrt==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.automatic
|
# homeassistant.components.automatic
|
||||||
aioautomatic==0.6.5
|
aioautomatic==0.6.5
|
||||||
|
|
|
@ -50,7 +50,7 @@ aio_georss_gdacs==0.3
|
||||||
aioambient==1.0.4
|
aioambient==1.0.4
|
||||||
|
|
||||||
# homeassistant.components.asuswrt
|
# homeassistant.components.asuswrt
|
||||||
aioasuswrt==1.2.2
|
aioasuswrt==1.2.3
|
||||||
|
|
||||||
# homeassistant.components.automatic
|
# homeassistant.components.automatic
|
||||||
aioautomatic==0.6.5
|
aioautomatic==0.6.5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue