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