mirror of
https://github.com/home-assistant/core.git
synced 2025-08-11 16:45:19 +02:00
Fix url in seventeentrack delivered notification (#38646)
This commit is contained in:
committed by
Paulus Schoutsen
parent
eac5619001
commit
95ffe12264
@@ -259,7 +259,7 @@ class SeventeenTrackPackageSensor(Entity):
|
||||
self._friendly_name if self._friendly_name else self._tracking_number
|
||||
)
|
||||
message = NOTIFICATION_DELIVERED_MESSAGE.format(
|
||||
self._tracking_number, identification
|
||||
identification, self._tracking_number
|
||||
)
|
||||
title = NOTIFICATION_DELIVERED_TITLE.format(identification)
|
||||
notification_id = NOTIFICATION_DELIVERED_TITLE.format(self._tracking_number)
|
||||
|
Reference in New Issue
Block a user