mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Add location to summary sensor attributes (#43641)
This commit is contained in:
@@ -152,6 +152,7 @@ class SeventeenTrackSummarySensor(Entity):
|
||||
ATTR_FRIENDLY_NAME: package.friendly_name,
|
||||
ATTR_INFO_TEXT: package.info_text,
|
||||
ATTR_STATUS: package.status,
|
||||
ATTR_LOCATION: package.location,
|
||||
ATTR_TRACKING_NUMBER: package.tracking_number,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user