lubeda / EspHoMaTriXv2

A simple DIY status display with a 8x32 RGB LED matrix, implemented with esphome.io and Home Assistant.
MIT License
276 stars 25 forks source link

[WIP] Cache internet icons #167

Closed andrewjswan closed 9 months ago

andrewjswan commented 9 months ago

Feature Request

Describe the solution / feature you'd like

Add the ability to cache icons from the Internet, and use them later (if they are present in the cache).

Additional context

ehmtxv2:
  id: rgb8x32
  iconscache: true

Icons specified as url or lameid are downloaded into the cache folder (if they are not already there), and if they are, they are taken directly from the cache folder. They are used when building the firmware.

andrewjswan commented 9 months ago

Added to 2023.9.1