Loki: fix HASS

This commit is contained in:
Filippo Berto 2024-10-21 21:10:06 +02:00
parent 15565a9435
commit 15761f3254
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -361,38 +361,38 @@ in
# platform = "bluetooth_tracker"; # platform = "bluetooth_tracker";
# request_rssi = true; # request_rssi = true;
# }]; # }];
image_processing = [ # image_processing = [
{ # {
platform = "doods"; # platform = "doods";
url = "http://localhost:8080"; # url = "http://localhost:8080";
detector = "default"; # detector = "default";
source = [ # source = [
{ # {
entity_id = "camera.camera_camera_cancello"; # entity_id = "camera.camera_camera_cancello";
name = "DOODS2 Camera cancello"; # name = "DOODS2 Camera cancello";
} # }
{ # {
entity_id = "camera.camera_camera_vialetto"; # entity_id = "camera.camera_camera_vialetto";
name = "DOODS2 Camera vialetto"; # name = "DOODS2 Camera vialetto";
} # }
{ # {
entity_id = "camera.camera_camera_garage"; # entity_id = "camera.camera_camera_garage";
name = "DOODS2 Camera garage"; # name = "DOODS2 Camera garage";
} # }
]; # ];
confidence = 60; # confidence = 60;
file_out = "/tmp/doods_{{ camera_entity.split('.')[1] }}.jpg"; # file_out = "/tmp/doods_{{ camera_entity.split('.')[1] }}.jpg";
scan_interval = 5; # scan_interval = 5;
labels = [ # labels = [
"bicycle" # "bicycle"
"car" # "car"
"cat" # "cat"
"dog" # "dog"
"person" # "person"
"truck" # "truck"
]; # ];
} # }
]; # ];
# esphome = { }; # esphome = { };
frontend = { }; frontend = { };
google_assistant = { google_assistant = {