{"id":13613989,"url":"https://github.com/custom-components/sensor.untappd","last_synced_at":"2025-10-05T16:30:38.155Z","repository":{"id":45198972,"uuid":"140146868","full_name":"custom-components/sensor.untappd","owner":"custom-components","description":"🍻 Untappd Integration","archived":true,"fork":false,"pushed_at":"2022-04-28T11:17:02.000Z","size":101,"stargazers_count":38,"open_issues_count":0,"forks_count":10,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-01-14T20:14:58.502Z","etag":null,"topics":["automations","badges","beer","homeassistant","homeassistant-components","untappd","untappd-api"],"latest_commit_sha":null,"homepage":"https://untappd.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/custom-components.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":"Toast","issuehunt":null,"otechie":null,"custom":["https://www.buymeacoffee.com/zJtVxUAgH"]}},"created_at":"2018-07-08T07:29:30.000Z","updated_at":"2024-10-14T01:31:21.000Z","dependencies_parsed_at":"2022-09-15T06:20:20.822Z","dependency_job_id":null,"html_url":"https://github.com/custom-components/sensor.untappd","commit_stats":null,"previous_names":["custom-components/sensor.untapped"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Fsensor.untappd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Fsensor.untappd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Fsensor.untappd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/custom-components%2Fsensor.untappd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/custom-components","download_url":"https://codeload.github.com/custom-components/sensor.untappd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235418360,"owners_count":18987130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automations","badges","beer","homeassistant","homeassistant-components","untappd","untappd-api"],"created_at":"2024-08-01T20:00:55.501Z","updated_at":"2025-10-05T16:30:32.816Z","avatar_url":"https://github.com/custom-components.png","language":"Python","funding_links":["https://liberapay.com/Toast","https://www.buymeacoffee.com/zJtVxUAgH"],"categories":["Custom Components"],"sub_categories":["Alternative Dashboards"],"readme":"# sensor.untappd\n\n[![GitHub Release][releases-shield]][releases]\n[![License][license-shield]](LICENSE.md)\n[![GitHub Activity][commits-shield]][commits]\n[![Discord][discord-shield]][discord]\n[![Community Forum][forum-shield]][forum]\n[![Contributors][contributors-shield]][contributors]\n![Project Maintenances][maintenance-shield1]\n\n**IMPORTANT: https://insiders.untappd.com/ gotta pay to play for exporting api so dont consider this project alive anymore**\n\nGet 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.\n\nTo get started put `/custom_components/untappd/` here:\n`\u003cconfig directory\u003e/custom_components/untappd/`\n\n**Example configuration.yaml:**\n```yaml\nsensor:\n  - platform: untappd\n    username: average_joe\n    id: FSDJLKHDF786287UGHLE\n    secret: FJKSDLHKS8337R6948F\n```\n**Configuration variables:**\n\nkey | description\n:--- | :---\n**platform (Required)** | untappd\n**id (Required)** | Your Untappd API id.\n**secret (Required)** | Your Untappd API secret.\n**username (Required)** | The username of the Untappd user, you want updates for.\n\nYou will need to apply for an [API from Untappd](https://untappd.com/api) to use this.\n\n***\nDue 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.\n\n[commits-shield]: https://img.shields.io/github/commit-activity/y/custom-components/sensor.untapped.svg?style=for-the-badge\n[commits]: https://github.com/custom-components/sensor.untapped/commits/master\n[discord]: https://discord.gg/Qa5fW2R\n[discord-shield]: https://img.shields.io/discord/330944238910963714.svg?style=for-the-badge\n[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg?style=for-the-badge\n[forum]: https://community.home-assistant.io/t/untappd-api/54627\n[license-shield]: https://img.shields.io/github/license/custom-components/sensor.untapped.svg?style=for-the-badge\n[maintenance-shield1]: https://img.shields.io/badge/maintainer-Peter%20Skopa%20%40swetoast%20\u0026%20Ian%20Richardson%20%40iantrich-blue.svg?style=for-the-badge\n[releases-shield]: https://img.shields.io/github/release/custom-components/sensor.untapped.svg?style=for-the-badge\n[releases]: https://github.com/custom-components/sensor.untapped/releases\n[contributors]: https://github.com/custom-components/sensor.untappd/graphs/contributors\n[contributors-shield]: https://img.shields.io/github/contributors/custom-components/sensor.untappd.svg?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-components%2Fsensor.untappd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcustom-components%2Fsensor.untappd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcustom-components%2Fsensor.untappd/lists"}