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";
# 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 = {