1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 15:12:06 +00:00

[template] Eliminate optional wrapper to save 4 bytes RAM per instance (#11610)

This commit is contained in:
J. Nick Koston
2025-10-29 21:06:21 -05:00
committed by GitHub
parent 29ed3c20af
commit 58235049e3
29 changed files with 196 additions and 132 deletions

View File

@@ -32,6 +32,7 @@ switch:
name: "Test Switch"
id: test_switch
optimistic: true
lambda: return false;
interval:
- interval: 0.5s