Skip to content

Custom component that tracks the balance of a SZÉP Kártya

Notifications You must be signed in to change notification settings

au190/home-assistant-szep-kartya

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SZÉP Kártya Home Assistant component

Custom component for Home Assistant that tracks the balance of a card.

The state of the sensor is the sum of all sub-balances, but each sub-balance is exposed as a property.

Screenshot

Installation

  1. Copy the folder szep_kartya to custom_components inside your Home Assistant config folder.
  2. Restart Home Assistant (this installs the component's dependencies)
  3. Add your config to configuration.yaml (see options below)
  4. Restart Home Assistant again

Configuration

sensor:
  - platform: szep_kartya
    card_number: !secret card_number
    card_code: !secret card_code
    name: SZÉP Kártya

card_number: The last 8 digits of the card (after the 61013242 prefix)

card_code: "Telekód" (by default the last 3 digits of card number)

name (optional): Friendly name of the sensor

About

Custom component that tracks the balance of a SZÉP Kártya

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%