image: allow the image to by auto-loaded by animation (#5139)

This commit is contained in:
Kamil Trzciński
2023-12-20 11:33:05 +01:00
committed by Jesse Hills
parent 2ccf985de5
commit ab25e32509
6 changed files with 39 additions and 8 deletions
+1
View File
@@ -36,6 +36,7 @@ _LOGGER = logging.getLogger(__name__)
DOMAIN = "image"
DEPENDENCIES = ["display"]
MULTI_CONF = True
MULTI_CONF_NO_DEFAULT = True
image_ns = cg.esphome_ns.namespace("image")