1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 01:03:46 +01:00
This commit is contained in:
J. Nick Koston
2025-10-07 21:24:10 -10:00
parent ac7bd4137f
commit 1476dcf5c8
4 changed files with 4 additions and 7 deletions

View File

@@ -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