1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-14 06:38:17 +00:00
This commit is contained in:
Otto Winter 2018-10-17 21:22:03 +02:00
parent c2bd7602f4
commit 278a384555
No known key found for this signature in database
GPG Key ID: DB66C0BE6013F97E

View File

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