mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix type of port in test util for NUT (#143303)
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user