1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-15 16:23:48 +01:00
This commit is contained in:
J. Nick Koston
2025-10-08 15:11:16 -10:00
parent 9e9a19bfc2
commit 6eb3b3f903
3 changed files with 14 additions and 1 deletions

View File

@@ -529,6 +529,8 @@ class EsphomeCore:
self.dashboard = False
# True if command is run from vscode api
self.vscode = False
# True if pin conflict validation should be ignored
self.ignore_pin_conflicts = False
# The name of the node
self.name: str | None = None
# The friendly name of the node