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

Add ability to await safe mode in codegen (#4529)

* Add ability to await OTA safe mode

* Make pylint happy
This commit is contained in:
Oxan van Leeuwen
2023-03-07 22:29:45 +01:00
committed by GitHub
parent b29cc58144
commit ceebe14628
4 changed files with 27 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ from esphome.cpp_helpers import ( # noqa
build_registry_list,
extract_registry_entry_config,
register_parented,
past_safe_mode,
)
from esphome.cpp_types import ( # noqa
global_ns,