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,54 @@
|
||||
# type: custom:webrtc-camera
|
||||
# url: rtsp://192.168.1.7:8554/rtsp_cam03_sub
|
||||
# #ui: true # custom video controls, default false
|
||||
# title: Computer Area # optional card title
|
||||
# # poster: https://home-assistant.io/images/cast/splash.png # still image when stream is loading
|
||||
# muted: true # disable sound, default false
|
||||
# # intersection: 0.75 # auto stop stream when less than 75% of video element is in the screen, 50% by default
|
||||
# # background: true # run stream when not displayed (ex. for quick video loading), default false
|
||||
|
||||
|
||||
# mode: webrtc #,mse,mp4,mjpeg
|
||||
|
||||
|
||||
type: custom:frigate-card
|
||||
cameras:
|
||||
- camera_entity: camera.frigate_cam03
|
||||
live_provider: go2rtc
|
||||
go2rtc:
|
||||
modes:
|
||||
- webrtc
|
||||
stream: rtsp_cam03_sub
|
||||
icon: mdi:desktop-classic
|
||||
title: Computer Area
|
||||
id: computer_area
|
||||
live:
|
||||
auto_mute: all
|
||||
layout:
|
||||
fit: fill
|
||||
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
|
||||
style: none
|
||||
media_viewer:
|
||||
draggable: false
|
||||
lazy_load: false
|
||||
dimensions:
|
||||
aspect_ratio_mode: static
|
||||
aspect_ratio: '16:9'
|
||||
view:
|
||||
actions:
|
||||
tap_action:
|
||||
action: more-info
|
||||
Reference in New Issue
Block a user