1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 12:22: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

@@ -1023,6 +1023,7 @@ KEY_TARGET_FRAMEWORK = "target_framework"
KEY_FRAMEWORK_VERSION = "framework_version"
KEY_NAME = "name"
KEY_VARIANT = "variant"
KEY_PAST_SAFE_MODE = "past_safe_mode"
# Entity categories
ENTITY_CATEGORY_NONE = ""