diff --git a/components/nspanel_ha_blueprint/__init__.py b/components/nspanel_ha_blueprint/__init__.py index 37ac8c2..9ba0e44 100644 --- a/components/nspanel_ha_blueprint/__init__.py +++ b/components/nspanel_ha_blueprint/__init__.py @@ -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")