jesmak / package-tracker-card

Custom Lovelace card for package tracking
MIT License
3 stars 0 forks source link

Package tracking card by @jesmak

A Home Assistant Lovelace custom card for tracking packages being delivered by Posti and Matkahuolto.

GitHub Release License hacs_badge GitHub Activity

What is it?

A custom Lovelace card that allows for easy tracking of packages delivered. Currently there are two custom integrations created by me that can be used. One for Finnish Posti and one for Matkahuolto.

image

Support

Hey dude! Help me out for a couple of :beers: or a :coffee:!

coffee

Options

Name Type Requirement Description Default
type string Required custom:package-tracker-card
entity string[] Required Target entity (or entities) created by a compatible integration
name string Optional Title shown on top of card
show_destination boolean Optional Show destination rows true
show_latest_event boolean Optional Show latest event rows true
show_latest_event_message boolean Optional Show latest event messages true
show_latest_event_location boolean Optional Show latest event location true

How to install

With HACS

  1. Add this repository to HACS custom repositories
  2. Search for Package tracker card in HACS and install with type Lovelace
  3. Refresh your browser

Manually

  1. Download package-tracker-card.js from latest release and copy it to config/www folder on your Home Assistant installation.
  2. In Home Assistant settings, open dashboards, click the 3 dots button on the top right of the screen and open resources
  3. Add a new resource with path /local/package-tracker-card.js (type JavaScript)
  4. Refresh your browser