Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

custom-components/sensor.untappd

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

sensor.untappd

GitHub Release License GitHub Activity Discord Community Forum Contributors Project Maintenances

IMPORTANT: https://insiders.untappd.com/ gotta pay to play for exporting api so dont consider this project alive anymore

Get Untappd last badge, check-in, wishlist and more in Home Assistant use the list-card by iantrich to display your wishlist in Lovelace.

To get started put /custom_components/untappd/ here: <config directory>/custom_components/untappd/

Example configuration.yaml:

sensor:
  - platform: untappd
    username: average_joe
    id: FSDJLKHDF786287UGHLE
    secret: FJKSDLHKS8337R6948F

Configuration variables:

key description
platform (Required) untappd
id (Required) Your Untappd API id.
secret (Required) Your Untappd API secret.
username (Required) The username of the Untappd user, you want updates for.

You will need to apply for an API from Untappd to use this.


Due to how custom_components are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home-Assistant.