Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjswan authored Nov 27, 2024
1 parent 3137be2 commit e6e26ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/ehmtxv2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,8 +349,8 @@ def thumbnails(frames):
thumbnail.thumbnail((32,8), Image.ANTIALIAS)
yield thumbnail

cg.add_library("image", None)
cg.add_library("animation", None)
cg.add_library("esphome/esphome/components/image", None)
cg.add_library("esphome/esphome/components/animation", None)

var = cg.new_Pvariable(config[CONF_ID])

Expand Down

0 comments on commit e6e26ae

Please sign in to comment.