Skip to content

Naesstrom/sensor.untappd

 
 

Repository files navigation

sensor.untappd

GitHub Release License GitHub Activity

Project Maintenance Project Maintenance

Discord Community Forum

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

Like this component for home-assistant?

Donate Developers
Toast
Ian Richardson

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

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.

About

🍻 Untappd component for Home Assistant

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%