{"id":21970585,"url":"https://github.com/benct/lovelace-github-entity-row","last_synced_at":"2025-07-15T03:41:28.348Z","repository":{"id":98422876,"uuid":"184658908","full_name":"benct/lovelace-github-entity-row","owner":"benct","description":"GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI","archived":false,"fork":false,"pushed_at":"2024-03-18T16:59:23.000Z","size":126,"stargazers_count":24,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T10:17:38.820Z","etag":null,"topics":["card","entity","entity-rows","github","hacs","home-assistant","home-assistant-frontend","lovelace","lovelace-ui","sensor"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/benct.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}},"created_at":"2019-05-02T22:12:38.000Z","updated_at":"2024-08-20T20:57:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ea7bffd-16b8-4024-ab28-c2e01c7e2178","html_url":"https://github.com/benct/lovelace-github-entity-row","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/benct/lovelace-github-entity-row","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Flovelace-github-entity-row","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Flovelace-github-entity-row/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Flovelace-github-entity-row/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Flovelace-github-entity-row/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benct","download_url":"https://codeload.github.com/benct/lovelace-github-entity-row/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benct%2Flovelace-github-entity-row/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265398394,"owners_count":23758474,"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":["card","entity","entity-rows","github","hacs","home-assistant","home-assistant-frontend","lovelace","lovelace-ui","sensor"],"created_at":"2024-11-29T14:40:31.410Z","updated_at":"2025-07-15T03:41:28.320Z","avatar_url":"https://github.com/benct.png","language":"JavaScript","readme":"# github-entity-row\n\nShow GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI\n\n[![GH-release](https://img.shields.io/github/v/release/benct/lovelace-github-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-github-entity-row/releases)\n[![GH-downloads](https://img.shields.io/github/downloads/benct/lovelace-github-entity-row/total?style=flat-square)](https://github.com/benct/lovelace-github-entity-row/releases)\n[![GH-last-commit](https://img.shields.io/github/last-commit/benct/lovelace-github-entity-row.svg?style=flat-square)](https://github.com/benct/lovelace-github-entity-row/commits/master)\n[![GH-code-size](https://img.shields.io/github/languages/code-size/benct/lovelace-github-entity-row.svg?color=red\u0026style=flat-square)](https://github.com/benct/lovelace-github-entity-row)\n[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg?style=flat-square)](https://github.com/hacs)\n\n**NOTE:** This is not a standalone lovelace card, but a row element for\nthe [entities](https://www.home-assistant.io/lovelace/entities/) card.\n\n## Installation\n\nAdd [github-entity-row.js](https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/github-entity-row.js)\nto your `\u003cconfig\u003e/www/` folder and add the following to the `configuration.yaml` file:\n\n```yaml\nlovelace:\n  resources:\n    - url: /local/github-entity-row.js?v=2.1.0\n      type: module\n```\n\n_OR_ install using [HACS](https://hacs.xyz/) and add this (if in YAML mode):\n\n```yaml\nlovelace:\n  resources:\n    - url: /hacsfiles/lovelace-github-entity-row/github-entity-row.js\n      type: module\n```\n\nThe above configuration can be managed in the Configuration -\u003e Dashboards -\u003e Resources panel when not using YAML mode.\n\n## Configuration\n\n| Name   | Type   | Default         | Description                               |\n|--------|--------|-----------------|-------------------------------------------|\n| type   | string | **Required**    | `custom:github-entity-row`                |\n| repo   | string | **Required**    | Your GitHub repository path               |\n| sensor | string | `\u003cuser\u003e_\u003crepo\u003e` | Specify a custom sensor entity (optional) |\n| name   | string | `repo`          | Override repository name                  |\n| icon   | string | `mdi:github`    | Override default entity icon              |\n\nThe `repo` field needs to exactly match your GitHub user and repository path, i.e. `benct/lovelace-github-entity-row`.\n\nIf you rename the sensor entity IDs from the GitHub integration, you can specify the updated sensor ID with the `sensor`\nfield (without the domain and type suffix). For example, if the integration\nexposes `sensor.custom_sensor_id_latest_release`, you should specify `custom_sensor_id`.\n\n## Migrate to version 2\n\nThe GitHub [integration](https://www.home-assistant.io/integrations/github/) was changed in HA version `2022.2.0` to\ninclude several sensors for each GitHub repository. If you are using the latest HA installation, you need to upgrade to\nversion `\u003e2.0.0` of this card. The main change is that the `entity` field has been replaced by ~~user\nand~~ `repo` (`user` removed in `2.1.0`). You might also need to manually enable the following sensors from your GitHub\nintegration; `Stars`, `Issues` and `Pull Requests`.\n\n## Example\n\n![github-entity-row](https://raw.githubusercontent.com/benct/lovelace-github-entity-row/master/example.png)\n\n```yaml\ntype: entities\ntitle: GitHub\nentities:\n  - type: custom:github-entity-row\n    repo: benct/home-assistant-config\n    name: HA Config\n  - type: custom:github-entity-row\n    repo: benct/lovelace-github-entity-row\n    icon: mdi:github\n  - type: custom:github-entity-row\n    repo: benct/lovelace-multiple-entity-row\n  - type: custom:github-entity-row\n    repo: benct/lovelace-xiaomi-vacuum-card\n```\n\n## My cards\n\n[xiaomi-vacuum-card](https://github.com/benct/lovelace-xiaomi-vacuum-card) |\n[multiple-entity-row](https://github.com/benct/lovelace-multiple-entity-row) |\n[github-entity-row](https://github.com/benct/lovelace-github-entity-row) |\n[battery-entity-row](https://github.com/benct/lovelace-battery-entity-row) |\n[~~attribute-entity-row~~](https://github.com/benct/lovelace-attribute-entity-row)\n\n[![BMC](https://www.buymeacoffee.com/assets/img/custom_images/white_img.png)](https://www.buymeacoff.ee/benct)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenct%2Flovelace-github-entity-row","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenct%2Flovelace-github-entity-row","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenct%2Flovelace-github-entity-row/lists"}