From 6fd55ce65d75f3da7330baa1dc59eeea233481a4 Mon Sep 17 00:00:00 2001 From: Edward Firmo <94725493+edwardtfn@users.noreply.github.com> Date: Tue, 12 Mar 2024 16:41:15 +0100 Subject: [PATCH] Lint --- components/nspanel_ha_blueprint/__init__.py | 1 + 1 file changed, 1 insertion(+) 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")