{"id":21325834,"url":"https://github.com/mandarons/ha-bouncie","last_synced_at":"2025-07-12T06:32:43.982Z","repository":{"id":64851316,"uuid":"578872078","full_name":"mandarons/ha-bouncie","owner":"mandarons","description":"Home Assistant custom integration for Bouncie.com - track your car stuff in Home Assistant","archived":false,"fork":false,"pushed_at":"2024-11-05T20:53:00.000Z","size":3046,"stargazers_count":32,"open_issues_count":5,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-11-05T21:35:55.289Z","etag":null,"topics":["car","car-metrics","home-assistant","home-assistant-custom-component"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mandarons.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"mandarons","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2022-12-16T04:37:57.000Z","updated_at":"2024-11-05T20:46:36.000Z","dependencies_parsed_at":"2024-01-31T16:33:23.634Z","dependency_job_id":null,"html_url":"https://github.com/mandarons/ha-bouncie","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":"ludeeus/integration_blueprint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandarons%2Fha-bouncie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandarons%2Fha-bouncie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandarons%2Fha-bouncie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mandarons%2Fha-bouncie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mandarons","download_url":"https://codeload.github.com/mandarons/ha-bouncie/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225802685,"owners_count":17526452,"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":["car","car-metrics","home-assistant","home-assistant-custom-component"],"created_at":"2024-11-21T21:07:39.277Z","updated_at":"2024-11-21T21:07:39.847Z","avatar_url":"https://github.com/mandarons.png","language":"Python","funding_links":["https://github.com/sponsors/mandarons","https://www.buymeacoffee.com/mandarons"],"categories":[],"sub_categories":[],"readme":"# bouncie\n\n[![CI - Main][build-shield]][build]\n[![Tests](https://mandarons.github.io/ha-bouncie/badges/tests.svg)](https://mandarons.github.io/ha-bouncie/test-results/)\n[![Coverage](https://mandarons.github.io/ha-bouncie/badges/coverage.svg)](https://mandarons.github.io/ha-bouncie/test-coverage/index.html)\n[![GitHub Release][releases-shield]][releases]\n[![License][license-shield]](LICENSE)\n[![hacs][hacsbadge]][hacs]\n[![Discord][discord-badge]][discord]\n\u003ca href=\"https://www.buymeacoffee.com/mandarons\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: 30px !important;width: 150px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;\" \u003e\u003c/a\u003e\n\n:love_you_gesture: Please star this repository if you end up using this integration. If it improved your life in any way, consider donating for my effort using 'Buy Me a Coffee' button above or sponsoring this project using GitHub Sponsors. It will help me continue supporting this product. :pray:\n\n## Installation\n\n\n1. Upgrade HACS to 1.31.0+ version\n2. In the HA UI go to \"Configuration\" -\u003e \"Integrations\" click \"+\" and search for \"bouncie\"\n3. Configuration is done in the UI\n\nThe `bouncie` integration uses the [Bouncie](https://www.bouncie.dev/) web service as a source for monitoring your car(s).\n\n## Setup\n\nTo generate an Bouncie application credentials -\n\n1. Go to the [Bouncie Developer Page](https://bouncie.dev/) page\n2. Login with your `bouncie.com` credentials\n3. Click on `+ ADD APPLICATION`\n4. Provide a `name` for application e.g. Home Assistant Integration\n5. Provide a unique `client_id` e.g. alphanumeric random string\n6. Provide redirect URL to be your Home Assistant URL\n7. Click on `SAVE`\n8. Click on the \"Users \u0026 Devices\" tab at the top of the page.\n9. Click on the \"Authorize My Devices\" blue button.\n10. Choose 'Yes' when prompted to authorize devices to your application.\n11. You should now see your account listed in the \"Users \u0026 Devices\" list.\n12. Next to your listed account, click the \"Expand\" arrow to see your \"Auhtorization Code\"\n13. Copy the alphanumeric listed under \"Authorization Code\" - this is your `authorization_code`\n14. Note down following values to enter in Home Assistant\n    1. Client ID\n    2. Client Secret\n    3. Redirect URL\n    4. Authorization Code\n\n\u003e **Note**\n\u003e  This integration currently uses REST API only with polling. `scan_interval` (default is 10 seconds) can be set to a custom value in integration configuration setting.\n\n\u003c!----\u003e\n\n## Contributions are welcome!\n\nIf you want to contribute to this please read the [Contribution guidelines](CONTRIBUTING.md)\n\n---\n\n[build]: https://github.com/mandarons/bounciepy/actions/workflows/ci-main-test-coverage.yml\n[build-shield]: https://github.com/mandarons/bounciepy/actions/workflows/ci-main-test-coverage.yml/badge.svg\n[hacs]: https://github.com/hacs/integration\n[hacsbadge]: https://img.shields.io/badge/HACS-Default-41BDF5.svg\n[license-shield]: https://img.shields.io/github/license/mandarons/ha-bouncie.svg\n[releases-shield]: https://img.shields.io/github/v/release/mandarons/ha-bouncie\n[releases]: https://github.com/mandarons/ha-bouncie/releases\n[discord]: https://discord.gg/rPaGYqZW\n[discord-badge]: https://img.shields.io/discord/871555550444408883\n[github-sponsors]: https://github.com/sponsors/mandarons\n[github-sponsors-badge]: https://img.shields.io/github/sponsors/mandarons\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandarons%2Fha-bouncie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmandarons%2Fha-bouncie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmandarons%2Fha-bouncie/lists"}