updated apps

This commit is contained in:
2026-07-14 23:57:03 -04:00
parent 6cc7212cef
commit 010e828e9c
797 changed files with 45153 additions and 4246 deletions
@@ -114,7 +114,7 @@ def get_resources(hass: HomeAssistant | None = None) -> dict:
def copy_images(hass: HomeAssistant, config: ConfigEntry) -> None:
"""Copy processed images to www directory."""
image_path = Path(hass.config.path()) / default_image_path(hass, config)
image_path = Path(hass.config.path(default_image_path(hass, config)))
www_path = Path(hass.config.path()) / "www" / "mail_and_packages"
if not www_path.is_dir():