Skip to content

custom-cards/pc-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💵 Personal Capital Card by @iantrich

GitHub Release License

Project Maintenance GitHub Activity

Discord Community Forum

Twitter Github

Support

Hey dude! Help me out for a couple of 🍻 or a ☕!

coffee

This card is for Lovelace on Home Assistant that display account data from the sensor.personalcapital custom component.

NOTE: Firefox releases before 67 are not supported

https://twitter.com/_developit/status/1090364879377260544

example

Options

Name Type Requirement Description
type string Required custom:pc-card
title string Optional Card title

Installation

Step 1

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

Example:

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

Step 2

Link pc-card inside your ui-lovelace.yaml.

resources:
  - url: /local/pc-card.js?v=0
    type: module

Step 3

Add a custom element in your ui-lovelace.yaml

      - type: custom:pc-card
        title: Money

Troubleshooting