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";
|
# 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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue