{"id":47770474,"url":"https://github.com/famouswolf/multitodo","last_synced_at":"2026-04-03T09:02:12.135Z","repository":{"id":346157813,"uuid":"1164022619","full_name":"FamousWolf/multitodo","owner":"FamousWolf","description":"Custom Home Assistant card displaying a list of todo tasks from multiple entities","archived":false,"fork":false,"pushed_at":"2026-03-22T15:14:57.000Z","size":99,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-23T05:45:30.555Z","etag":null,"topics":["home-assistant","homeassistant","lovelace","lovelace-card","lovelace-custom-card","tasklist","tasks","todo","todolist"],"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/FamousWolf.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,"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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":"rudygnodde","thanks_dev":null,"custom":null}},"created_at":"2026-02-22T14:20:31.000Z","updated_at":"2026-03-22T14:28:17.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/FamousWolf/multitodo","commit_stats":null,"previous_names":["famouswolf/multitodo"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FamousWolf/multitodo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FamousWolf%2Fmultitodo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FamousWolf%2Fmultitodo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FamousWolf%2Fmultitodo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FamousWolf%2Fmultitodo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FamousWolf","download_url":"https://codeload.github.com/FamousWolf/multitodo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FamousWolf%2Fmultitodo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31344440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["home-assistant","homeassistant","lovelace","lovelace-card","lovelace-custom-card","tasklist","tasks","todo","todolist"],"created_at":"2026-04-03T09:02:09.350Z","updated_at":"2026-04-03T09:02:12.130Z","avatar_url":"https://github.com/FamousWolf.png","language":"JavaScript","readme":"# Multi todo card\n\n![GitHub Release](https://img.shields.io/github/v/release/FamousWolf/multitodo)\n![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/FamousWolf/multitodo/total)\n![GitHub commit activity](https://img.shields.io/github/commit-activity/y/FamousWolf/multitodo)\n![GitHub License](https://img.shields.io/github/license/FamousWolf/multitodo)\n[![Static Badge](https://img.shields.io/badge/-buy_me_a_tea-gray?logo=buy-me-a-coffee)](https://www.buymeacoffee.com/rudygnodde)\n\nCustom Home Assistant card displaying a list of todo tasks from multiple entities\n\n![Example Multitodo Card](images/example.png)\n\n## Table of Content\n\n- [Installation](#installation)\n    - [HACS (Recommended)](#hacs-recommended)\n    - [Manual](#manual)\n- [Configuration](#configuration)\n    - [Main options](#main-options)\n    - [Entities](#entities)\n- [Examples](#examples)\n\n## Installation\n\n### HACS (Recommended)\n\n1. Make sure [HACS](https://hacs.xyz) is installed and working.\n2. Add this repository (https://github.com/FamousWolf/multitodo) via [HACS Custom repositories](https://hacs.xyz/docs/faq/custom_repositories). Type should be `JavaScript module`.\n3. Download and install using HACS.\n\n### Manual\n\n1. Download and copy `multitodo.js` from the [latest release](https://github.com/FamousWolf/multitodo/releases/latest) into your `config/www` directory.\n2. Add the resource reference to Home Assistant configuration using one of these methods:\n   - **Edit your configuration.yaml**\n     Add:\n     ```yaml\n     resources:\n       - url: /local/multitodo.js?version=0.9.0\n     type: module\n     ```\n   - **Using the graphical editor**\n    1. Make sure advanced mode is enabled in your user profile\n    2. Navigate to \"Settings\" -\u003e \"Dashboards\".\n    3. Click on the 3 vertical dots in the top right corner and select \"Resources\".\n    4. Click on the \"Add resource\" button in the bottom right corner.\n    5. Enter URL `/local/multitodo.js` and select type \"JavaScript Module\".\n    6. Restart Home Assistant.\n\n## Configuration\n\n### Main Options\n\n| Name            | Type        | Default      | Supported options                    | Description                                           | Version |\n|-----------------|-------------|--------------|--------------------------------------|-------------------------------------------------------|---------|\n| type            | string      | **Required** | `custom:multitodo-card`              | Type of the card                                      | 0.9.0   |\n| entities        | object list | **Required** | See [Entities](#entities)            | Entities shown in the card                            | 0.9.0   |\n| columns         | number      | 1            | Any positive integer number          | Number of columns to show                             | 1.0.0   |\n| overDueColor    | string      | `red`        | Any CSS color                        | Color for overdue items                               | 0.9.0   |\n| dueColor        | string      | `orange`     | Any CSS color                        | Color for due items                                   | 0.9.0   |\n| almostDueDays   | number      | 3            | Any integer number                   | Number of days for an item to be marked as almost due | 0.9.0   |\n| almostDueColor  | string      | `yellow`     | Any CSS color                        | Color for almost due items                            | 0.9.0   |\n| sorting         | string      | `due desc`   | `due asc` \\| `due desc` \\| `summary` | Sorting                                               | 0.9.0   |\n| completedBottom | boolean     | `true`       | `false` \\| `true`                    | Completed items at the bottom                         | 0.9.0   |\n| hideOverdue     | boolean     | `false`      | `false` \\| `true`                    | Hide overdue items                                    | 0.9.0   |\n| hideDue         | boolean     | `false`      | `false` \\| `true`                    | Hide due items                                        | 0.9.0   |\n| hideAlmostDue   | boolean     | `false`      | `false` \\| `true`                    | Hide almost due items                                 | 0.9.0   |\n| hideNotDue      | boolean     | `false`      | `false` \\| `true`                    | Hide not due items                                    | 0.9.0   |\n| hideNoDueDate   | boolean     | `false`      | `false` \\| `true`                    | Hide items without due date                           | 0.9.0   |\n| hideCompleted   | boolean     | `false`      | `false` \\| `true`                    | Hide completed items                                  | 0.9.0   |\n| locale          | string      | optional     | Any valid locale                     | Locale used for date texts                            | 0.9.0   |\n\n### Entities\n\n| Name   | Type   | Default              | Supported options | Description           | Version |\n|--------|--------|----------------------|-------------------|-----------------------|---------|\n| entity | string | **Required**         | `todo.my_list`    | Todo list entity ID   | 0.9.0   |\n| name   | string | Entity name          | Any text          | Name of the todo list | 0.9.0   |\n| icon   | string | `mdi:clipboard-list` | Any icon          | Icon of the list      | 0.9.0   |\n\n\n## Examples\n\n### Default with 2 todo list entities\n\n```yaml\ntype: custom:multitodo-card\nentities:\n  - entity: todo.personal\n    icon: mdi:account\n  - entity: todo.work\n    icon: mdi:briefcase\noverdueColor: red\ndueColor: orange\nalmostDueDays: 3\nalmostDueColor: yellow\nsorting: due desc\ncompletedBottom: true\nhideOverdue: false\nhideDue: false\nhideAlmostDue: false\nhideNotDue: false\nhideNoDueDate: false\nhideCompleted: false\n```","funding_links":["https://buymeacoffee.com/rudygnodde","https://www.buymeacoffee.com/rudygnodde"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamouswolf%2Fmultitodo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffamouswolf%2Fmultitodo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffamouswolf%2Fmultitodo/lists"}