Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #129 from robmarkcole/fix-datetime
Browse files Browse the repository at this point in the history
Fix datetime
  • Loading branch information
robmarkcole authored May 21, 2020
2 parents 1931ca7 + 1b9c616 commit 0b43473
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion custom_components/deepstack_object/image_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
13 changes: 9 additions & 4 deletions custom_components/deepstack_object/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 0b43473

Please sign in to comment.