Skip to content

Commit

Permalink
Updated info.md + README.md (#11)
Browse files Browse the repository at this point in the history
* Update info.md

* Update README.md (#10)
  • Loading branch information
ping-localhost authored May 30, 2024
1 parent 494d627 commit 5e4465d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This card give you a list of shipment information generated by the official [17t
| type | string | **Required** | `custom:seventeen-track-card`
| entity | string | **Required** | The entity_id of the entity you want to show (for example, `sensor.seventeentrack_packages_in_transit`).
| title | string | **Optional** | Add a custom title to the card.
| sort | boolean | **Optional** | Sortes packages by their timestamp (in ascending order)

## Manual installation

Expand All @@ -32,7 +33,7 @@ Link `seventeen-track-card` inside you `ui-lovelace.yaml`.
```yaml
resources:
- url: /local/seventeen-track-card.js
type: js
type: module
```
## HACS installation
Expand Down
1 change: 1 addition & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Seventeen Track Card is customizable card for the Home Assistant Lovelace front-
| type | string | **Required** | `custom:seventeen-track-card`
| entity | string | **Required** | The entity_id of the entity you want to show (for example, `sensor.seventeentrack_packages_in_transit`).
| title | string | **Optional** | Add a custom title to the card.
| sort | boolean | **Optional** | Sortes packages by their timestamp (in ascending order)


## Example
Expand Down

0 comments on commit 5e4465d

Please sign in to comment.