mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
53 lines
1.2 KiB
YAML
53 lines
1.2 KiB
YAML
# 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:advanced-camera-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:
|
|
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 |