Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/custom-components/sensor.untappd
🍻 Untappd Integration
https://github.com/custom-components/sensor.untappd
automations badges beer homeassistant homeassistant-components untappd untappd-api
Last synced: about 2 months ago
JSON representation
🍻 Untappd Integration
- Host: GitHub
- URL: https://github.com/custom-components/sensor.untappd
- Owner: custom-components
- License: mit
- Archived: true
- Created: 2018-07-08T07:29:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T11:17:02.000Z (over 2 years ago)
- Last Synced: 2024-09-26T07:32:34.913Z (about 2 months ago)
- Topics: automations, badges, beer, homeassistant, homeassistant-components, untappd, untappd-api
- Language: Python
- Homepage: https://untappd.com/
- Size: 98.6 KB
- Stars: 37
- Watchers: 11
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# sensor.untappd
[![GitHub Release][releases-shield]][releases]
[![License][license-shield]](LICENSE.md)
[![GitHub Activity][commits-shield]][commits]
[![Discord][discord-shield]][discord]
[![Community Forum][forum-shield]][forum]
[![Contributors][contributors-shield]][contributors]
![Project Maintenances][maintenance-shield1]**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](https://github.com/custom-cards/list-card) by [iantrich](https://github.com/iantrich) to display your wishlist in Lovelace.
To get started put `/custom_components/untappd/` here:
`/custom_components/untappd/`**Example configuration.yaml:**
```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](https://untappd.com/api) 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.[commits-shield]: https://img.shields.io/github/commit-activity/y/custom-components/sensor.untapped.svg?style=for-the-badge
[commits]: https://github.com/custom-components/sensor.untapped/commits/master
[discord]: https://discord.gg/Qa5fW2R
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge
[forum]: https://community.home-assistant.io/t/untappd-api/54627
[license-shield]: https://img.shields.io/github/license/custom-components/sensor.untapped.svg?style=for-the-badge
[maintenance-shield1]: https://img.shields.io/badge/maintainer-Peter%20Skopa%20%40swetoast%20&%20Ian%20Richardson%20%40iantrich-blue.svg?style=for-the-badge
[releases-shield]: https://img.shields.io/github/release/custom-components/sensor.untapped.svg?style=for-the-badge
[releases]: https://github.com/custom-components/sensor.untapped/releases
[contributors]: https://github.com/custom-components/sensor.untappd/graphs/contributors
[contributors-shield]: https://img.shields.io/github/contributors/custom-components/sensor.untappd.svg?style=for-the-badge