HASS: Dood2

This commit is contained in:
Filippo Berto 2023-08-13 17:52:35 +02:00
parent 2c83fe2e1b
commit e671fc819a
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -354,6 +354,41 @@ with lib; {
# platform = "bluetooth_tracker";
# request_rssi = true;
# }];
image_processing = [
{
platform = "doods";
url = "http://localhost:8080";
detector = "default";
source = [
{ entity_id = "camera.camera_camera_cancello"; name = "DOOD2 Camera cancello"; }
];
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_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 = { };
frontend = { };
google_assistant = {