mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-06-03 03:18:28 +02:00
Suppress full config output of "esphome config" when -q option is used. (#5852)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user