Add location to summary sensor attributes (#43641)
This commit is contained in:
parent
8533d9cae0
commit
c439d25ac3
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue