mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 01:03:46 +01:00
preen
This commit is contained in:
@@ -123,9 +123,6 @@ async def to_code(config):
|
||||
if "api" in CORE.config:
|
||||
# Always: get_mac_address()
|
||||
dynamic_txt_count += 1
|
||||
# Conditional: dashboard_import_url
|
||||
if "dashboard_import" in CORE.config:
|
||||
dynamic_txt_count += 1
|
||||
# User-provided templatable TXT values (only lambdas, not static strings)
|
||||
dynamic_txt_count += sum(
|
||||
1
|
||||
|
Reference in New Issue
Block a user