Add location to summary sensor attributes (#43641)

This commit is contained in:
Olivér Falvai 2020-11-25 21:41:56 +01:00 committed by GitHub
parent 8533d9cae0
commit c439d25ac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
}
)