mirror of
https://github.com/esphome/esphome-docs.git
synced 2025-04-11 19:36:38 +02:00
Remove unnecessary lambda from example (#3600)
This commit is contained in:
parent
df6d0246db
commit
d0ad059ff2
@ -603,7 +603,7 @@ To prevent values from being published, return ``{}``:
|
||||
.. code-block:: yaml
|
||||
|
||||
filters:
|
||||
- lambda: !lambda |-
|
||||
- lambda: |-
|
||||
if (x < 10) return {};
|
||||
return x-10;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user