Skip to content

Commit

Permalink
fix(shipper): add dhl more address (#862)
Browse files Browse the repository at this point in the history
* Update HACS URL

* Add DHL email address, subject, and body

* Update DHL delivered and delivering criteria

* Add DHL email address, subject, and body

* Update DHL delivered and delivering criteria

* Format with Black
  • Loading branch information
Jaharmi authored Oct 29, 2023
1 parent acbb0d9 commit ce2870d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions custom_components/mail_and_packages/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,16 +251,20 @@
"NoReply.ODD@dhl.com",
"noreply@dhl.de",
"pl.no.reply@dhl.com",
"support@dhl.com",
],
"subject": [
"DHL On Demand Delivery",
"Powiadomienie o przesyłce",
"Paket wurde zugestellt",
"DHL Shipment Notification",
],
"body": [
"has been delivered",
"została doręczona",
"ist angekommen",
'Notification for shipment event group "Delivered',
" - Delivered - ",
],
},
"dhl_delivering": {
Expand All @@ -269,17 +273,21 @@
"NoReply.ODD@dhl.com",
"noreply@dhl.de",
"pl.no.reply@dhl.com",
"support@dhl.com",
],
"subject": [
"DHL On Demand Delivery",
"Paket kommt heute",
"Paket wird gleich zugestellt",
"Powiadomienie o przesyłce",
"DHL Shipment Notification",
],
"body": [
"scheduled for delivery TODAY",
"zostanie dziś do Państwa doręczona",
"wird Ihnen heute",
" - Shipment is out with courier for delivery - ",
"Shipment is scheduled for delivery",
"voraussichtlich innerhalb",
],
},
Expand Down

0 comments on commit ce2870d

Please sign in to comment.