Added front_door_zone to doorbell camera
This commit is contained in:
parent
9c0be03a99
commit
a7a8089939
|
@ -65,6 +65,16 @@ cameras:
|
||||||
enabled: true
|
enabled: true
|
||||||
width: 1920
|
width: 1920
|
||||||
height: 1080
|
height: 1080
|
||||||
|
record:
|
||||||
|
events:
|
||||||
|
required_zones:
|
||||||
|
- front_door_zone
|
||||||
|
snapshots:
|
||||||
|
required_zones:
|
||||||
|
- front_door_zone
|
||||||
|
zones:
|
||||||
|
front_door_zone:
|
||||||
|
coordinates: 957,783,1920,1080,0,1080,539,817
|
||||||
driveway:
|
driveway:
|
||||||
enabled: true
|
enabled: true
|
||||||
ffmpeg:
|
ffmpeg:
|
||||||
|
|
Loading…
Reference in New Issue