Log post-append cmd in EsphomeLogsHandler so debug shows --no-states

This commit is contained in:
J. Nick Koston
2026-04-25 08:07:55 -05:00
parent 1574cf6256
commit 1b059f7fb2
+1
View File
@@ -440,6 +440,7 @@ class EsphomeLogsHandler(EsphomePortCommandWebSocket):
cmd = await self.build_device_command(["logs"], json_message)
if json_message.get("no_states"):
cmd.append("--no-states")
_LOGGER.debug("Built command: %s", cmd)
return cmd