This commit is contained in:
Edward Firmo
2024-03-12 16:41:15 +01:00
parent 5288cf68b6
commit 6fd55ce65d

View File

@@ -11,6 +11,7 @@ CONFIG_SCHEMA = cv.All(
cv.Schema({}),
)
@coroutine_with_priority(1.0)
async def to_code(config):
cg.add_define("USE_NSPANEL_HA_BLUEPRINT")