mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +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,
|
||||
ups_fixture: str | None = None,
|
||||
host: str = "mock",
|
||||
port: str = "mock",
|
||||
port: int = 1234,
|
||||
username: str = "mock",
|
||||
password: str = "mock",
|
||||
alias: str | None = None,
|
||||
|
Loading…
x
Reference in New Issue
Block a user