HASS: Test DOODS
This commit is contained in:
parent
9c6f8d4b31
commit
069ff8ba5e
1 changed files with 11 additions and 25 deletions
|
|
@ -348,6 +348,11 @@ with lib; {
|
||||||
|
|
||||||
assist_pipeline = { };
|
assist_pipeline = { };
|
||||||
# bluetooth = { };
|
# bluetooth = { };
|
||||||
|
camera = [
|
||||||
|
{ platform = "local_file"; file_path = "/tmp/doods_camera_camera_cancello.jpg"; name = "File DOODS2 Camera cancello"; }
|
||||||
|
{ platform = "local_file"; file_path = "/tmp/doods_camera_camera_vialetto.jpg"; name = "File DOODS2 Camera vialetto"; }
|
||||||
|
{ platform = "local_file"; file_path = "/tmp/doods_camera_camera_garage.jpg"; name = "File DOODS2 Camera garage"; }
|
||||||
|
];
|
||||||
cloud = { };
|
cloud = { };
|
||||||
config = { };
|
config = { };
|
||||||
# device_tracker = [{
|
# device_tracker = [{
|
||||||
|
|
@ -360,33 +365,14 @@ with lib; {
|
||||||
url = "http://localhost:8080";
|
url = "http://localhost:8080";
|
||||||
detector = "default";
|
detector = "default";
|
||||||
source = [
|
source = [
|
||||||
{ entity_id = "camera.camera_camera_cancello"; name = "DOOD2 Camera cancello"; }
|
{ 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 = 50;
|
confidence = 50;
|
||||||
file_out = "/tmp/{{ camera_entity.split('.')[1] }}_latest.jpg";
|
file_out = "/tmp/doods_{{ camera_entity.split('.')[1] }}.jpg";
|
||||||
scan_interval = 5000;
|
scan_interval = 3;
|
||||||
}
|
labels = [ "bicycle" "car" "cat" "dog" "person" "truck" ];
|
||||||
{
|
|
||||||
platform = "doods";
|
|
||||||
url = "http://localhost:8080";
|
|
||||||
detector = "default";
|
|
||||||
source = [
|
|
||||||
{ entity_id = "camera.camera_camera_vialetto"; name = "DOOD2 Camera vialetto"; }
|
|
||||||
];
|
|
||||||
confidence = 50;
|
|
||||||
file_out = "/tmp/{{ camera_entity.split('.')[1] }}_latest.jpg";
|
|
||||||
scan_interval = 5000;
|
|
||||||
}
|
|
||||||
{
|
|
||||||
platform = "doods";
|
|
||||||
url = "http://localhost:8080";
|
|
||||||
detector = "default";
|
|
||||||
source = [
|
|
||||||
{ entity_id = "camera.camera_camera_garage"; name = "DOOD2 Camera garage"; }
|
|
||||||
];
|
|
||||||
confidence = 50;
|
|
||||||
file_out = "/tmp/{{ camera_entity.split('.')[1] }}_latest.jpg";
|
|
||||||
scan_interval = 5000;
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
esphome = { };
|
esphome = { };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue