mirror of
https://github.com/esphome/esphome.git
synced 2026-09-01 02:26:01 +00:00
Log post-append cmd in EsphomeLogsHandler so debug shows --no-states
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user