Update nspanel_esphome_core.yaml

'name_add_mac_suffix' was not declared error
This commit is contained in:
MichaelHeimann
2024-04-03 20:25:01 +02:00
committed by GitHub
parent f2eabcf059
commit 1f835c5a48

View File

@@ -1706,7 +1706,7 @@ text_sensor:
internal: false
disabled_by_default: false
lambda: |-
if !(${name_add_mac_suffix}) {
if !(${pre_built}) {
return {"${name}"};
} else {
byte mac[6];