Loki: fix HASS
This commit is contained in:
parent
15565a9435
commit
15761f3254
1 changed files with 32 additions and 32 deletions
|
|
@ -361,38 +361,38 @@ in
|
|||
# platform = "bluetooth_tracker";
|
||||
# request_rssi = true;
|
||||
# }];
|
||||
image_processing = [
|
||||
{
|
||||
platform = "doods";
|
||||
url = "http://localhost:8080";
|
||||
detector = "default";
|
||||
source = [
|
||||
{
|
||||
entity_id = "camera.camera_camera_cancello";
|
||||
name = "DOODS2 Camera cancello";
|
||||
}
|
||||
{
|
||||
entity_id = "camera.camera_camera_vialetto";
|
||||
name = "DOODS2 Camera vialetto";
|
||||
}
|
||||
{
|
||||
entity_id = "camera.camera_camera_garage";
|
||||
name = "DOODS2 Camera garage";
|
||||
}
|
||||
];
|
||||
confidence = 60;
|
||||
file_out = "/tmp/doods_{{ camera_entity.split('.')[1] }}.jpg";
|
||||
scan_interval = 5;
|
||||
labels = [
|
||||
"bicycle"
|
||||
"car"
|
||||
"cat"
|
||||
"dog"
|
||||
"person"
|
||||
"truck"
|
||||
];
|
||||
}
|
||||
];
|
||||
# image_processing = [
|
||||
# {
|
||||
# platform = "doods";
|
||||
# url = "http://localhost:8080";
|
||||
# detector = "default";
|
||||
# source = [
|
||||
# {
|
||||
# entity_id = "camera.camera_camera_cancello";
|
||||
# name = "DOODS2 Camera cancello";
|
||||
# }
|
||||
# {
|
||||
# entity_id = "camera.camera_camera_vialetto";
|
||||
# name = "DOODS2 Camera vialetto";
|
||||
# }
|
||||
# {
|
||||
# entity_id = "camera.camera_camera_garage";
|
||||
# name = "DOODS2 Camera garage";
|
||||
# }
|
||||
# ];
|
||||
# confidence = 60;
|
||||
# file_out = "/tmp/doods_{{ camera_entity.split('.')[1] }}.jpg";
|
||||
# scan_interval = 5;
|
||||
# labels = [
|
||||
# "bicycle"
|
||||
# "car"
|
||||
# "cat"
|
||||
# "dog"
|
||||
# "person"
|
||||
# "truck"
|
||||
# ];
|
||||
# }
|
||||
# ];
|
||||
# esphome = { };
|
||||
frontend = { };
|
||||
google_assistant = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue