Added Alexa Music
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user