diff --git a/custom_components/tuya_cloud_map_extractor/manifest.json b/custom_components/tuya_cloud_map_extractor/manifest.json index d50259f..c1ba4a3 100644 --- a/custom_components/tuya_cloud_map_extractor/manifest.json +++ b/custom_components/tuya_cloud_map_extractor/manifest.json @@ -15,5 +15,5 @@ "pillow", "requests" ], - "version": "v1.1.0" + "version": "v1.2.0" } diff --git a/todo.md b/todo.md index 7f4f807..3988063 100644 --- a/todo.md +++ b/todo.md @@ -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.