{"id":31397638,"url":"https://github.com/michelfr/ha_ghostfolio","last_synced_at":"2026-02-08T19:13:32.606Z","repository":{"id":315232469,"uuid":"1058637808","full_name":"MichelFR/ha_ghostfolio","owner":"MichelFR","description":"Home Assistant custom integration for monitoring Ghostfolio portfolio performance with multiple portfolio support.","archived":false,"fork":false,"pushed_at":"2025-09-19T21:22:51.000Z","size":39,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-20T00:01:08.710Z","etag":null,"topics":["ghostfolio","ghostfolio-plugin","hacs","hacs-custom","home-assistant","home-assistant-component"],"latest_commit_sha":null,"homepage":"","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/MichelFR.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-17T10:57:31.000Z","updated_at":"2025-09-19T21:22:47.000Z","dependencies_parsed_at":"2025-09-20T00:01:12.780Z","dependency_job_id":null,"html_url":"https://github.com/MichelFR/ha_ghostfolio","commit_stats":null,"previous_names":["michelfr/hacs_ghostfolio","michelfr/ha_ghostfolio"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/MichelFR/ha_ghostfolio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelFR%2Fha_ghostfolio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelFR%2Fha_ghostfolio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelFR%2Fha_ghostfolio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelFR%2Fha_ghostfolio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MichelFR","download_url":"https://codeload.github.com/MichelFR/ha_ghostfolio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MichelFR%2Fha_ghostfolio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277526755,"owners_count":25833447,"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","status":"online","status_checked_at":"2025-09-29T02:00:09.175Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["ghostfolio","ghostfolio-plugin","hacs","hacs-custom","home-assistant","home-assistant-component"],"created_at":"2025-09-29T13:59:35.768Z","updated_at":"2025-09-29T13:59:39.740Z","avatar_url":"https://github.com/MichelFR.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003cimg src=\"https://brands.home-assistant.io/ghostfolio/icon.png\" alt=\"Ghostfolio Logo\" width=\"120\" height=\"120\"\u003e\n\u003c/div\u003e\n\n# Ghostfolio Home Assistant Integration\n\n[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=MichelFR\u0026repository=ha_ghostfolio\u0026category=integration)\n\nA Home Assistant Custom Component (HACS integration) for monitoring your [Ghostfolio](https://github.com/ghostfolio/ghostfolio) portfolio performance.\n\n## Features\n\nThis integration provides the following sensors for your Ghostfolio portfolio:\n\n- **Current Value**: The current total value of your portfolio\n- **Net Performance**: The absolute net performance of your portfolio\n- **Net Performance Percentage**: The net performance as a percentage\n- **Total Investment**: The total amount you have invested\n- **Net Performance With Currency Effect**: Net performance including currency effects\n- **Net Performance Percentage With Currency Effect**: Net performance percentage including currency effects\n\n## Installation\n\n### HACS (Recommended)\n\n1. Make sure you have [HACS](https://hacs.xyz/) installed\n2. Add this repository as a custom repository in HACS:\n   - Go to HACS → Integrations\n   - Click the three dots in the top right corner\n   - Select \"Custom repositories\"\n   - Add this repository URL and select \"Integration\" as the category\n3. Install the integration from HACS\n4. Restart Home Assistant\n\n### Manual Installation\n\n1. Download the latest release\n2. Copy the `custom_components/ghostfolio` folder to your Home Assistant `custom_components` directory\n3. Restart Home Assistant\n\n## Configuration\n\n1. Go to Settings → Devices \u0026 Services\n2. Click \"Add Integration\" and search for \"Ghostfolio\"\n3. Enter your Ghostfolio instance details:\n   - **Base URL**: The URL of your Ghostfolio instance (e.g., `https://your-ghostfolio.com`)\n   - **Access Token**: Your Ghostfolio access token\n\n### Getting Your Access Token\n\n1. Log in to your Ghostfolio instance\n2. Go to your account settings\n3. Generate or copy your access token\n4. Use this token in the Home Assistant integration setup\n\n## API Endpoints Used\n\nThis integration uses the following Ghostfolio API endpoints:\n\n- `POST /api/v1/auth/anonymous` - For authentication using the access token\n- `GET /api/v2/portfolio/performance?range=max` - For retrieving portfolio performance data\n\n## Data Update Frequency\n\nThe integration updates portfolio data every 15 minutes by default. This can be customized if needed.\n\n## Support\n\nFor issues with this integration, please open an issue on the GitHub repository.\n\nFor issues with Ghostfolio itself, please refer to the [Ghostfolio GitHub repository](https://github.com/ghostfolio/ghostfolio).\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelfr%2Fha_ghostfolio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmichelfr%2Fha_ghostfolio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmichelfr%2Fha_ghostfolio/lists"}