Added Alexa Music

This commit is contained in:
2026-07-17 10:12:15 -04:00
parent 92c5268dc8
commit 28a8cb98f6
757 changed files with 151171 additions and 85450 deletions
@@ -207,6 +207,8 @@ class PostDEShipper(Shipper):
if target.is_file():
cleanup_images(path + "/", name)
src = custom_img or str(Path(__file__).parent.parent / "mail_none.gif")
if not Path(src).is_absolute():
src = self.hass.config.path(src)
shutil.copyfile(src, str(target))
_LOGGER.debug("No Post DE mail found.")
@@ -262,6 +262,8 @@ class USPSShipper(Shipper):
if target.is_file():
cleanup_images(path, name)
src = custom_img or str(Path(__file__).parent.parent / "mail_none.gif")
if not Path(src).is_absolute():
src = self.hass.config.path(src)
shutil.copyfile(src, str(target))
_LOGGER.debug("No mail found.")