mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-10 02:50:12 -04:00
initial push
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam14
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam14_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,8 @@
|
||||
title: Back Yard Camera
|
||||
path: back-yard-camera
|
||||
icon: mdi:slide
|
||||
type: panel
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/back-yard-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam01
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam01_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Blue Room Camera
|
||||
path: blue-room-camera
|
||||
icon: mdi:yoga
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/blue-room-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam03_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Computer Area Camera
|
||||
path: computer-area-camera
|
||||
icon: mdi:desktop-classic
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/computer-area-card.yaml
|
||||
@@ -0,0 +1,10 @@
|
||||
title: Dual Cameras
|
||||
path: dual-cameras
|
||||
icon: mdi:home-switch
|
||||
#panel: true
|
||||
type: panel
|
||||
cards:
|
||||
- type: horizontal-stack
|
||||
cards:
|
||||
- !include /config/lovelace/templates/indoor-camera-cycler.yaml
|
||||
- !include /config/lovelace/templates/outdoor-camera-cycler.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam19
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam19_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Front Porch Camera
|
||||
path: front-porch-camera
|
||||
icon: mdi:doorbell
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/front-porch-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam13
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam13_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Front Room Camera
|
||||
path: front-room-camera
|
||||
icon: mdi:television
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/front-room-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam18
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam18_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Front Yard Camera
|
||||
path: front-yard-camera
|
||||
icon: mdi:grass
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/front-yard-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam04_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Garage Camera
|
||||
path: garage-camera
|
||||
icon: mdi:garage
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/garage-card.yaml
|
||||
@@ -0,0 +1,106 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
title: Nursery
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam08_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- group.nursery_motion
|
||||
- binary_sensor.emmetts_bed
|
||||
- binary_sensor.bridgets_bed
|
||||
- camera_entity: camera.frigate_cam13
|
||||
title: Front Room
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam12_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- group.front_room_motion
|
||||
- group.dining_room_motion
|
||||
- camera_entity: camera.frigate_cam12
|
||||
title: Kitchen
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam13_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- group.kitchen_motion
|
||||
- camera_entity: camera.frigate_cam03
|
||||
title: Computer Desk
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam03_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- binary_sensor.computer_chair_contact_occupied
|
||||
- group.computer_area_motion
|
||||
- group.great_room_motion
|
||||
- camera_entity: camera.frigate_cam06
|
||||
title: MBR Left
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam06_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- group.master_bedroom_motion
|
||||
- camera_entity: camera.frigate_cam07
|
||||
title: MBR Right
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam07_sub
|
||||
triggers:
|
||||
occupancy: false
|
||||
motion: false
|
||||
entities:
|
||||
- binary_sensor.master_bed_occupied
|
||||
timeline:
|
||||
media: snapshots
|
||||
show_recordings: false
|
||||
view:
|
||||
scan:
|
||||
enabled: true
|
||||
untrigger_seconds: 10
|
||||
untrigger_reset: true
|
||||
default: live
|
||||
camera_select: live
|
||||
dark_mode: 'on'
|
||||
update_cycle_camera: true
|
||||
update_seconds: 10
|
||||
menu:
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
timeline:
|
||||
enabled: false
|
||||
snapshots:
|
||||
enabled: false
|
||||
media_player:
|
||||
enabled: false
|
||||
live:
|
||||
lazy_load: true
|
||||
preload: true
|
||||
lazy_unload: hidden
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Indoor Cameras
|
||||
path: indoor-cameras
|
||||
icon: mdi:home
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/indoor-camera-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam12
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam12_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Kitchen Camera
|
||||
path: kitchen-camera
|
||||
icon: mdi:fridge
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/kitchen-card.yaml
|
||||
@@ -0,0 +1,14 @@
|
||||
type: vertical-stack
|
||||
cards:
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.master_bedroom_camera
|
||||
state: Left
|
||||
card:
|
||||
!include /config/lovelace/raw-cameras/master-bedroom-left-card.yaml
|
||||
- type: conditional
|
||||
conditions:
|
||||
- entity: input_select.master_bedroom_camera
|
||||
state: Right
|
||||
card:
|
||||
!include /config/lovelace/raw-cameras/master-bedroom-right-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam06
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam06_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Master Bedroom Left
|
||||
path: mbr-camera-left
|
||||
icon: mdi:bed-king
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/master-bedroom-left-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam07
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam07_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Master Bedroom Right
|
||||
path: mbr-camera-right
|
||||
icon: mdi:bed-king
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/master-bedroom-right-card.yaml
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Master Bedroom Cameras
|
||||
path: mbr-camera
|
||||
icon: mdi:bed-king
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/master-bedroom-card.yaml
|
||||
@@ -0,0 +1,27 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam08
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam08_sub
|
||||
live:
|
||||
auto_mute: all
|
||||
preload: true
|
||||
draggable: false
|
||||
show_image_during_load: true
|
||||
lazy_load: false
|
||||
controls:
|
||||
title:
|
||||
mode: none
|
||||
timeline:
|
||||
mode: none
|
||||
thumbnails:
|
||||
mode: none
|
||||
menu:
|
||||
buttons:
|
||||
frigate:
|
||||
enabled: false
|
||||
performance:
|
||||
profile: low
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Nursery Camera
|
||||
path: nursery-camera
|
||||
icon: mdi:bunk-bed
|
||||
type: panel
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/nursery-card.yaml
|
||||
@@ -0,0 +1,57 @@
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam04
|
||||
title: Garage
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam04_sub
|
||||
- camera_entity: camera.frigate_cam14
|
||||
title: Back Yard
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam14_sub
|
||||
- camera_entity: camera.frigate_cam18
|
||||
title: Front Yard
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam18_sub
|
||||
- camera_entity: camera.frigate_cam19
|
||||
title: Front Porch
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam19_sub
|
||||
timeline:
|
||||
media: snapshots
|
||||
show_recordings: false
|
||||
view:
|
||||
scan:
|
||||
enabled: true
|
||||
untrigger_seconds: 10
|
||||
untrigger_reset: true
|
||||
default: live
|
||||
camera_select: live
|
||||
dark_mode: "on"
|
||||
update_cycle_camera: true
|
||||
update_seconds: 10
|
||||
menu:
|
||||
buttons:
|
||||
clips:
|
||||
enabled: false
|
||||
timeline:
|
||||
enabled: false
|
||||
snapshots:
|
||||
enabled: false
|
||||
media_player:
|
||||
enabled: false
|
||||
live:
|
||||
lazy_load: false
|
||||
preload: true
|
||||
lazy_unload: hidden
|
||||
@@ -0,0 +1,6 @@
|
||||
title: Outdoor Cameras
|
||||
path: outdoor-cameras
|
||||
icon: mdi:home-outline
|
||||
panel: true
|
||||
cards:
|
||||
- !include /config/lovelace/raw-cameras/outdoor-camera-card.yaml
|
||||
Reference in New Issue
Block a user