Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 2.94 KB

README.md

File metadata and controls

76 lines (55 loc) · 2.94 KB

🍻 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