mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 09:13:45 +01:00
[mapping] Implement yaml-configured maps (#8333)
This commit is contained in:
@@ -518,6 +518,8 @@ class EsphomeCore:
|
||||
self.verbose = False
|
||||
# Whether ESPHome was started in quiet mode
|
||||
self.quiet = False
|
||||
# A list of all known ID classes
|
||||
self.id_classes = {}
|
||||
|
||||
def reset(self):
|
||||
from esphome.pins import PIN_SCHEMA_REGISTRY
|
||||
|
Reference in New Issue
Block a user