Update esphome/mqtt.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
J. Nick Koston
2025-11-12 09:33:29 -06:00
committed by GitHub
parent fb00f75192
commit d8454e7c0a

View File

@@ -159,7 +159,7 @@ def get_esphome_device_ip(
username: str | None = None,
password: str | None = None,
client_id: str | None = None,
timeout=25,
timeout: int | float = 25,
) -> list[str]:
if CONF_MQTT not in config:
raise EsphomeError(