mirror of
https://github.com/esphome/esphome.git
synced 2026-07-10 17:05:36 +00:00
1574cf6256
EsphomeLogsHandler.build_command now appends --no-states to the spawned `esphome logs` argv when the WebSocket spawn message includes `no_states: true`. This lets the dashboard frontend suppress entity-state log lines for OTA log sessions without requiring users to drop to the CLI. Adds three unit tests covering the truthy, missing, and explicit-False cases.