diff --git a/custom_components/deepstack_object/image_processing.py b/custom_components/deepstack_object/image_processing.py index 3ccbb46..744eaa9 100644 --- a/custom_components/deepstack_object/image_processing.py +++ b/custom_components/deepstack_object/image_processing.py @@ -53,7 +53,7 @@ CONF_ROI_Y_MAX = "roi_y_max" CONF_ROI_X_MAX = "roi_x_max" -DATETIME_FORMAT = "%Y-%m-%d_%H:%M:%S" +DATETIME_FORMAT = "%Y-%m-%d_%H-%M-%S" DEFAULT_API_KEY = "" DEFAULT_TARGETS = ["person"] DEFAULT_TIMEOUT = 10 diff --git a/custom_components/deepstack_object/manifest.json b/custom_components/deepstack_object/manifest.json index 9fca92c..5797508 100644 --- a/custom_components/deepstack_object/manifest.json +++ b/custom_components/deepstack_object/manifest.json @@ -1,8 +1,13 @@ { "domain": "deepstack_object", - "name": "deepstack_object custom component", - "documentation": "https://github.com/robmarkcole/HASS-Deepstack", - "requirements": ["pillow", "deepstack-python==0.4"], + "name": "deepstack object custom integration", + "documentation": "https://github.com/robmarkcole/HASS-Deepstack-object", + "requirements": [ + "pillow", + "deepstack-python==0.5" + ], "dependencies": [], - "codeowners": ["@robmarkcole"] + "codeowners": [ + "@robmarkcole" + ] } \ No newline at end of file