1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 11:52:20 +01:00

Add cg.with_local_variable (#3577)

This commit is contained in:
Javier Peletier
2022-10-05 00:50:03 +02:00
committed by GitHub
parent 16249c02a5
commit 05edfd0e82
3 changed files with 54 additions and 8 deletions

View File

@@ -22,6 +22,7 @@ from esphome.cpp_generator import ( # noqa
static_const_array,
statement,
variable,
with_local_variable,
new_variable,
Pvariable,
new_Pvariable,