1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 07:08:20 +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 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;'