17TRACK docs improve (#20238)

This commit is contained in:
Tomasz Wieczorek 2021-11-10 08:53:12 +01:00 committed by GitHub
parent 56ddc3c4b1
commit e03b4ffb9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,13 +62,15 @@ Use the following templated Markdown card to list all packages in transit along
```yaml
type: markdown
title: Packages in transit
content: >-
content: >
{% for package in
states.sensor.seventeentrack_packages_in_transit.attributes.packages %}
**{{ package.friendly_name }}:** {{ package.info_text }}
>- **{{ package.friendly_name }} ({{ package.tracking_number }}):** {{
package.info_text }}
{% endfor %}
```
{% endraw %}