mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Fix type of port in test util for NUT (#143303)
This commit is contained in:
parent
7c0d2832cd
commit
b97d8e163d
@ -43,7 +43,7 @@ async def async_init_integration(
|
|||||||
hass: HomeAssistant,
|
hass: HomeAssistant,
|
||||||
ups_fixture: str | None = None,
|
ups_fixture: str | None = None,
|
||||||
host: str = "mock",
|
host: str = "mock",
|
||||||
port: str = "mock",
|
port: int = 1234,
|
||||||
username: str = "mock",
|
username: str = "mock",
|
||||||
password: str = "mock",
|
password: str = "mock",
|
||||||
alias: str | None = None,
|
alias: str | None = None,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user