diff --git a/custom_components/mail_and_packages/const.py b/custom_components/mail_and_packages/const.py index 3e2dd5bd..7088985c 100644 --- a/custom_components/mail_and_packages/const.py +++ b/custom_components/mail_and_packages/const.py @@ -13,7 +13,7 @@ DOMAIN = "mail_and_packages" DOMAIN_DATA = f"{DOMAIN}_data" -VERSION = "0.3.23" +VERSION = "0.3.25" ISSUE_URL = "http://github.com/moralmunky/Home-Assistant-Mail-And-Packages" PLATFORM = "sensor" PLATFORMS = ["binary_sensor", "camera", "sensor"] @@ -551,15 +551,23 @@ }, "intelcom_tracking": {"pattern": ["INTLCMD[0-9]{9}"]}, # Walmart + "walmart_delivering": { + "email": ["help@walmart.com"], + "subject": ["Out for delivery"], + }, "walmart_delivered": { "email": ["help@walmart.com"], - "subject": ["Your order was delivered", "Some of your items were delivered"], + "subject": [ + "Your order was delivered", + "Some of your items were delivered", + "Delivered:", + ], }, "walmart_exception": { "email": ["help@walmart.com"], "subject": ["delivery is delayed"], }, - "walmart_tracking": {"pattern": ["#[0-9]{7}-[0-9]{7}"]}, + "walmart_tracking": {"pattern": ["#[0-9]{7}-[0-9]{7,8}"]}, # BuildingLink "buildinglink_delivered": { "email": ["notify@buildinglink.com"], @@ -998,6 +1006,12 @@ key="intelcom_packages", ), # Walmart + "walmart_delivering": SensorEntityDescription( + name="Mail Walmart Delivering", + native_unit_of_measurement="package(s)", + icon="mdi:truck-delivery", + key="walmart_delivering", + ), "walmart_delivered": SensorEntityDescription( name="Mail Walmart Delivered", native_unit_of_measurement="package(s)", diff --git a/custom_components/mail_and_packages/manifest.json b/custom_components/mail_and_packages/manifest.json index ef1acf1c..1f3d97db 100644 --- a/custom_components/mail_and_packages/manifest.json +++ b/custom_components/mail_and_packages/manifest.json @@ -16,5 +16,5 @@ "Pillow>=9.0", "dateparser" ], - "version": "0.3.23" + "version": "0.3.25" } \ No newline at end of file diff --git a/extras/traefik/dynamic.yaml b/extras/traefik/dynamic.yaml index 6830a3ee..3773cdc8 100644 --- a/extras/traefik/dynamic.yaml +++ b/extras/traefik/dynamic.yaml @@ -17,7 +17,7 @@ http: theme: ghost group: default sablierUrl: http://sablier:10000 - sessionDuration: 1m + sessionDuration: 5m serversTransports: skipVerify: