1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-29 22:24:26 +00:00

Suppress full config output of "esphome config" when -q option is used. (#5852)

This commit is contained in:
Clyde Stubbs
2023-12-05 10:52:02 +11:00
committed by GitHub
parent b8fe4f8d56
commit df5394d51c
3 changed files with 5 additions and 1 deletions

View File

@@ -522,6 +522,8 @@ class EsphomeCore:
self.component_ids = set()
# Whether ESPHome was started in verbose mode
self.verbose = False
# Whether ESPHome was started in quiet mode
self.quiet = False
def reset(self):
self.dashboard = False