-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Made this card HACS compatible (#2)
* Deleted VERSION It's not needed for HACS * Added info.md file This will contain the extra information for HACS. * Updated the README.md to include HACS installation
- Loading branch information
1 parent
5869538
commit effa8e4
Showing
3 changed files
with
38 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## Description | ||
|
||
Seventeen Track Card is customizable card for the Home Assistant Lovelace front-end. It allows you to show what packages are currently in transit. | ||
|
||
## Options | ||
|
||
| Name | Type | Requirement | Description | ||
| ---- | ---- | ------- | ----------- | ||
| 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. | ||
|
||
|
||
## Example | ||
|
||
![](https://github.com/ping-localhost/seventeen-track-card/blob/master/example.png?raw=true) |