Skip to content

Commit

Permalink
show integration in list and fix type in manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
despokd committed Sep 15, 2024
1 parent a8cfa04 commit 452cc66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ Custom component for Home Assistant that integrates todo lists of Zenkit
- [ ] add setup instructions for custom repositories at HACS
- [ ] may handle rate limits better (Failed to fetch entries for lists ...)
- [ ] handle failed fetches better (timeouts, maintenance, etc.)
- [ ] show integration with list entities in the UI (shows up in entities list, but not in Integrations)
- [ ] test out lists which are not type TODO (e.g. calendar, Kanban, etc.)
- [ ] add description and due date on creation
- [ ] implement state change
- [ ] make due date editable
- [ ] check why new ToDos are not instantly shown in HA
- [ ] add zenkit logo to brands

## Releases

Expand Down
4 changes: 2 additions & 2 deletions custom_components/zenkit/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"dependencies": [],
"config_flow": true,
"documentation": "https://github.com/despokd/homeassistant-zenkit",
"integration_type": "polling",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": [
"zenkit"
],
"requirements": [
"requests"
],
"version": "0.0.0"
"version": "0.0.1"
}

0 comments on commit 452cc66

Please sign in to comment.