Skip to content

Martinvdm/aftership-card

 
 

Repository files navigation

🍻 Aftership Card

GitHub Release GitHub Activity custom_updater License

Project Maintenance BuyMeCoffee

Discord Community Forum

This card is for Lovelace on Home Assistant 0.92+ to display your data from the Aftership sensor

Note: Remove trackings by long pressing on the icon

example

Options

Name Type Requirement Description
type string Required custom:aftership-card
entity string Required Aftership sensor entity
title string Optional Card title Aftership

Installation

Step 1

Save aftership-card to <config directory>/www/aftership-card.js on your Home Assistant instance.

Example:

wget https://raw.githubusercontent.com/custom-cards/aftership-card/master/dist/aftership-card.js
mv aftership-card.js /config/www/

Step 2

Link aftership-card inside your ui-lovelace.yaml or Raw Editor in the UI Editor

resources:
  - url: /local/aftership-card.js
    type: module

Step 3

Add a custom element in your ui-lovelace.yaml or in the UI Editor as a Manual Card

type: 'custom:aftership-card'
entity: sensor.aftership
title: Packages

Troubleshooting

About

📦 Aftership Card

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%