mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-02-02 23:31:30 +01:00
Merge branch 'current' into beta
This commit is contained in:
commit
5c178669d7
@ -188,7 +188,7 @@ using ``message`` (``const char *``), ``level`` (``int``) and ``tag`` (``const c
|
||||
- mqtt.publish:
|
||||
topic: some/topic
|
||||
payload: !lambda |-
|
||||
return "Triggered on_message with level " + std::to_string(level) + ", tag " + tag + " and message " + message;
|
||||
return "Triggered on_message with level " + to_string(level) + ", tag " + tag + " and message " + message;
|
||||
|
||||
.. note::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user