This commit is contained in:
Edward Firmo
2024-03-12 16:38:51 +01:00
parent e3fb149b58
commit 5288cf68b6
2 changed files with 4 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ CONFIG_SCHEMA = cv.All(
)
@coroutine_with_priority(1.0)
async def to_code(config):
cg.add_define("USE_NSPANEL_HA_BLUEPRINT")
cg.add_global(nspanel_ha_blueprint_ns.using)