-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit todo and change version in manifest
- Loading branch information
oven-lab
committed
Dec 10, 2023
1 parent
dedfc22
commit c1b72a9
Showing
2 changed files
with
2 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,5 +15,5 @@ | |
"pillow", | ||
"requests" | ||
], | ||
"version": "v1.1.0" | ||
"version": "v1.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
# TODO: | ||
* Fix issue #7 (Add room config custom0) | ||
* Fix issue #8 (Add support for not having rooms set up in v1) | ||
* Fix the HA integration by adding polling. Currently you have to manually call homeassistant.update_entity. | ||
* Add token saving (1h) to save api resources. (6*60=360 requests/h) | ||
* Add support for changing color config | ||
* Add current location | ||
* Add charging pile rendering | ||
* Add custom0 path support | ||
* Figure out how to send command to clean an area or a point. | ||
* Add support for vacuum card calibration points. | ||
* Add support for vacuum card calibration points. |