mirror of
https://github.com/esphome/esphome.git
synced 2025-03-14 06:38:17 +00:00
Fix
This commit is contained in:
parent
c2bd7602f4
commit
278a384555
@ -880,7 +880,7 @@ pn532:
|
||||
update_interval: 1s
|
||||
on_tag:
|
||||
- lambda: |-
|
||||
ESP_LOGD(TAG, "Found tag %s", x.c_str());
|
||||
ESP_LOGD("main", "Found tag %s", x.c_str());
|
||||
- mqtt.publish:
|
||||
topic: the/topic
|
||||
payload: !lambda 'return x;'
|
||||
|
Loading…
x
Reference in New Issue
Block a user