-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
363 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
|
||
DOMAIN = "mail_and_packages" | ||
DOMAIN_DATA = f"{DOMAIN}_data" | ||
VERSION = "0.3.20" | ||
VERSION = "0.3.21" | ||
ISSUE_URL = "http://github.com/moralmunky/Home-Assistant-Mail-And-Packages" | ||
PLATFORM = "sensor" | ||
PLATFORMS = ["binary_sensor", "camera", "sensor"] | ||
|
@@ -556,6 +556,20 @@ | |
"subject": ["delivery is delayed"], | ||
}, | ||
"walmart_tracking": {"pattern": ["#[0-9]{7}-[0-9]{7}"]}, | ||
# BuildingLink | ||
"buildinglink_delivered": { | ||
"email": ["[email protected]"], | ||
"subject": [ | ||
"Your Amazon order has arrived", | ||
"Your USPS delivery has arrived", | ||
"Your UPS delivery has arrived", | ||
"Your FEDEX delivery has arrived", | ||
"You have a package delivery", | ||
"You have a DHL delivery", | ||
"You have an envelope", | ||
], | ||
}, | ||
"buildinglink_tracking": {}, | ||
# Post NL | ||
"post_nl_delivering": { | ||
"email": ["[email protected]"], | ||
|
@@ -992,6 +1006,13 @@ | |
icon="mdi:archive-alert", | ||
key="walmart_exception", | ||
), | ||
# BuildingLink | ||
"buildinglink_delivered": SensorEntityDescription( | ||
name="Mail BuildingLink Delivered", | ||
native_unit_of_measurement="package(s)", | ||
icon="mdi:package-variant-closed", | ||
key="buildinglink_delivered", | ||
), | ||
# Post NL | ||
"post_nl_delivering": SensorEntityDescription( | ||
name="Post NL Delivering", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,5 +16,5 @@ | |
"Pillow>=9.0", | ||
"dateparser" | ||
], | ||
"version": "0.3.20" | ||
"version": "0.3.21" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.