From 8a64c11f845f3d61a03b20653b17ff904f36b6f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Koek?= Date: Mon, 25 Mar 2024 12:17:05 +0000 Subject: [PATCH] Try this --- esphome/components/lora/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/esphome/components/lora/__init__.py b/esphome/components/lora/__init__.py index bc9f195807..789315454a 100644 --- a/esphome/components/lora/__init__.py +++ b/esphome/components/lora/__init__.py @@ -9,6 +9,7 @@ from esphome.const import ( CONF_ID, ENTITY_CATEGORY_NONE, ) +from . import gpio # noqa DEPENDENCIES = ["uart"] AUTO_LOAD = ["uart", "sensor", "text_sensor"]