HASS: Dood2
This commit is contained in:
parent
2c83fe2e1b
commit
e671fc819a
1 changed files with 35 additions and 0 deletions
|
|
@ -354,6 +354,41 @@ with lib; {
|
||||||
# platform = "bluetooth_tracker";
|
# platform = "bluetooth_tracker";
|
||||||
# request_rssi = true;
|
# 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 = { };
|
esphome = { };
|
||||||
frontend = { };
|
frontend = { };
|
||||||
google_assistant = {
|
google_assistant = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue