mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,121 @@
|
||||
title: AI Cam01
|
||||
path: ai-cam01
|
||||
icon: mdi:yoga
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-01.yaml
|
||||
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Blue Room
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam01_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam01_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam01_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam01_all_occupancy
|
||||
- type: entities
|
||||
title: Blue Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Blue Room
|
||||
entity: sensor.frigate_cam01_person_count
|
||||
- name: Blue Room
|
||||
entity: binary_sensor.frigate_cam01_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
title: Blue Room
|
||||
icon: mdi:yoga
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam01
|
||||
zone: blue_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Furnace Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Furnace Room
|
||||
entity: sensor.furnace_room_person_count
|
||||
- name: Furnace Room
|
||||
entity: binary_sensor.furnace_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
title: Furnace Room
|
||||
icon: mdi:hvac
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam01
|
||||
zone: furnace_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,125 @@
|
||||
title: AI Cam03
|
||||
path: ai-cam03
|
||||
icon: mdi:desktop-classic
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-03.yaml
|
||||
# - type: horizontal-stack
|
||||
# cards:
|
||||
#- !include /config/lovelace/cameras/view-camera-03.yaml
|
||||
#- !include /config/lovelace/raw-cameras/computer-area-card.yaml
|
||||
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Computer Area
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam03_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam03_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam03_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam03_all_occupancy
|
||||
- type: entities
|
||||
title: Computer Area
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Computer Area
|
||||
entity: sensor.frigate_cam03_person_count
|
||||
- name: Computer Area
|
||||
entity: binary_sensor.frigate_cam03_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
title: Computer Area
|
||||
icon: mdi:desktop-classic
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam03
|
||||
zone: computer_area
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Great Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Great Room
|
||||
entity: sensor.great_room_person_count
|
||||
- name: Great Room
|
||||
entity: binary_sensor.great_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
title: Great Room
|
||||
icon: mdi:microsoft-xbox-controller
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam03
|
||||
zone: great_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,192 @@
|
||||
title: AI Cam04
|
||||
path: ai-cam04
|
||||
icon: mdi:garage
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-04.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Garage
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam04_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam04_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam04_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam04_all_occupancy
|
||||
- type: entities
|
||||
title: Garage Person
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Garage
|
||||
entity: sensor.frigate_cam04_person_count
|
||||
- name: Garage
|
||||
entity: binary_sensor.frigate_cam04_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Walkway
|
||||
icon: mdi:garage
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam04
|
||||
zone: walkway
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Workshop
|
||||
icon: mdi:garage
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam04
|
||||
zone: workshop
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Garage Vehicle
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Garage
|
||||
entity: sensor.frigate_cam04_vehicle_count
|
||||
- name: Garage
|
||||
entity: binary_sensor.frigate_cam04_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: East Side
|
||||
icon: mdi:garage
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam04
|
||||
zone: east_side
|
||||
label: vehicle
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: West Side
|
||||
icon: mdi:garage
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam04
|
||||
zone: west_side
|
||||
label: vehicle
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,113 @@
|
||||
title: AI Cam06
|
||||
path: ai-cam06
|
||||
icon: mdi:bed-king
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-06.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Bedroom Left
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam06_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam06_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam06_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam06_all_occupancy
|
||||
- type: entities
|
||||
title: Master Bedroom
|
||||
show_header_toggle: false
|
||||
show_name: false
|
||||
entities:
|
||||
- entity: sensor.master_bedroom_person_count
|
||||
- entity: binary_sensor.master_bedroom_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
title: Master Bedroom Left
|
||||
icon: mdi:bed-king
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam06
|
||||
zone: master_bedroom
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
title: Master Bed
|
||||
icon: mdi:bed-king
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam06
|
||||
zone: master_bed
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,113 @@
|
||||
title: AI Cam07
|
||||
path: ai-cam07
|
||||
icon: mdi:bed-king
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-07.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Bedroom Right
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam07_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam07_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam07_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam07_all_occupancy
|
||||
- type: entities
|
||||
title: Master Bedroom
|
||||
show_header_toggle: false
|
||||
show_name: false
|
||||
entities:
|
||||
- entity: sensor.master_bedroom_person_count
|
||||
- entity: binary_sensor.master_bedroom_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
title: Master Bedroom Right
|
||||
icon: mdi:bed-king
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam07
|
||||
zone: master_bedroom
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
title: Master Bed
|
||||
icon: mdi:bed-king
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam07
|
||||
zone: master_bed
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,79 @@
|
||||
title: AI Cam08
|
||||
path: ai-cam08
|
||||
icon: mdi:bunk-bed
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-08.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Nursery
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam08_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam08_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam08_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam08_all_occupancy
|
||||
- type: entities
|
||||
title: Person
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Person
|
||||
entity: sensor.frigate_cam08_person_count
|
||||
- name: Person
|
||||
entity: binary_sensor.frigate_cam08_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
title: Person
|
||||
icon: mdi:bunk-bed
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam08
|
||||
zone: nursery
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,165 @@
|
||||
title: AI Cam12
|
||||
path: ai-cam12
|
||||
icon: mdi:fridge
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-12.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Kitchen
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam12_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam12_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam12_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam12_all_occupancy
|
||||
- type: entities
|
||||
title: Kitchen
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Kitchen
|
||||
entity: sensor.kitchen_person_count
|
||||
- name: Kitchen
|
||||
entity: binary_sensor.kitchen_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Kitchen
|
||||
icon: mdi:fridge
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam12
|
||||
zone: kitchen
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Dining Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Dining Room
|
||||
entity: sensor.dining_room_person_count
|
||||
- name: Dining Room
|
||||
entity: binary_sensor.dining_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Dining Room
|
||||
icon: mdi:table-chair
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam12
|
||||
zone: dining_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Front Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Front Room
|
||||
entity: sensor.front_room_person_count
|
||||
- name: Front Room
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Front Room
|
||||
icon: mdi:television
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam12
|
||||
zone: front_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,165 @@
|
||||
title: AI Cam13
|
||||
path: ai-cam13
|
||||
icon: mdi:television
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-13.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Front Room
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam13_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam13_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam13_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam13_all_occupancy
|
||||
- type: entities
|
||||
title: Kitchen
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Kitchen
|
||||
entity: sensor.kitchen_person_count
|
||||
- name: Kitchen
|
||||
entity: binary_sensor.kitchen_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Kitchen
|
||||
icon: mdi:fridge
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam13
|
||||
zone: kitchen
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Dining Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Dining Room
|
||||
entity: sensor.dining_room_person_count
|
||||
- name: Dining Room
|
||||
entity: binary_sensor.dining_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Dining Room
|
||||
icon: mdi:table-chair
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam13
|
||||
zone: dining_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: entities
|
||||
title: Front Room
|
||||
show_header_toggle: false
|
||||
entities:
|
||||
- name: Front Room
|
||||
entity: sensor.front_room_person_count
|
||||
- name: Front Room
|
||||
entity: binary_sensor.front_room_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Front Room
|
||||
icon: mdi:television
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam13
|
||||
zone: front_room
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 75
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,129 @@
|
||||
title: AI Cam14
|
||||
path: ai-cam14
|
||||
icon: mdi:slide
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-14.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Back Yard
|
||||
entities: []
|
||||
- !include /config/lovelace/templates/back-yard-camera-presets-grid.yaml
|
||||
- type: glance
|
||||
show_state: true
|
||||
columns: 5
|
||||
entities:
|
||||
- name: Status
|
||||
entity: input_text.camera14_status
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam14_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam14_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam14_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_all_occupancy
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: People
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam14_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Person
|
||||
icon: mdi:slide
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam14
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Animals
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam14_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam14_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Back Yard
|
||||
icon: mdi:bird
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam14
|
||||
label: animal
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,173 @@
|
||||
title: AI Cam18
|
||||
path: ai-cam18
|
||||
icon: mdi:grass
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-18.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Front Porch
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam18_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam18_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam18_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_all_occupancy
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: People
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam18_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Person
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam18
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Vehicles
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam18_vehicle_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Vehicle
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam18
|
||||
label: vehicle
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Animals
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam18_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam18_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Front Porch
|
||||
icon: mdi:bird
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam18
|
||||
label: animal
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
@@ -0,0 +1,173 @@
|
||||
title: AI Cam19
|
||||
path: ai-cam19
|
||||
icon: mdi:door
|
||||
type: sidebar
|
||||
visible:
|
||||
- user: 24a4bd075e7f41a497dd0390a1dd4a9f
|
||||
- user: cad46dedf86f454ebbd7f697a58730f2
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: vertical-stack
|
||||
cards:
|
||||
- !include /config/lovelace/cameras/view-camera-19.yaml
|
||||
- type: vertical-stack
|
||||
view_layout:
|
||||
position: sidebar
|
||||
cards:
|
||||
- type: glance
|
||||
title: Front Porch
|
||||
entities: []
|
||||
- type: glance
|
||||
show_state: false
|
||||
columns: 4
|
||||
entities:
|
||||
- name: Contrast
|
||||
entity: switch.frigate_cam19_improve_contrast
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Snapshots
|
||||
entity: switch.frigate_cam19_snapshots
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Detect
|
||||
entity: switch.frigate_cam19_detect
|
||||
tap_action:
|
||||
action: toggle
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_all_occupancy
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: People
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam19_person_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_person_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Person
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam19
|
||||
label: person
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Vehicles
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam19_vehicle_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_vehicle_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Vehicle
|
||||
icon: mdi:door
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam19
|
||||
label: vehicle
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- type: glance
|
||||
title: Animals
|
||||
show_icon: false
|
||||
columns: 1
|
||||
entities:
|
||||
- name: Count
|
||||
entity: sensor.frigate_cam19_animal_count
|
||||
- name: Occupancy
|
||||
entity: binary_sensor.frigate_cam19_animal_occupancy
|
||||
- type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Front Porch
|
||||
icon: mdi:bird
|
||||
live_provider: ha
|
||||
frigate:
|
||||
camera_name: frigate_cam19
|
||||
label: animal
|
||||
url: http://192.168.1.11:5000
|
||||
view:
|
||||
default: snapshots
|
||||
event_gallery:
|
||||
controls:
|
||||
thumbnails:
|
||||
size: 100
|
||||
menu:
|
||||
style: overlay
|
||||
position: top
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
download:
|
||||
enabled: false
|
||||
frigate_ui:
|
||||
enabled: false
|
||||
frigate:
|
||||
enabled: false
|
||||
live:
|
||||
enabled: false
|
||||
media_viewer:
|
||||
controls:
|
||||
next_previous:
|
||||
style: chevrons
|
||||
Reference in New Issue
Block a user