mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
17TRACK docs improve (#20238)
This commit is contained in:
parent
56ddc3c4b1
commit
e03b4ffb9c
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user