mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
Will pushing from the server break anything?
This commit is contained in:
@@ -95,13 +95,31 @@ action:
|
||||
entity_id: binary_sensor.computer_area_occupied
|
||||
state: "on"
|
||||
sequence:
|
||||
- action: webrtc.dash_cast
|
||||
data:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.computer_area_hub
|
||||
url: cam01_sub_opus
|
||||
force: true
|
||||
extra:
|
||||
mode: webrtc
|
||||
data:
|
||||
media:
|
||||
media_content_id: media-source://camera/camera.frigate_cam01
|
||||
media_content_type: image/jpeg
|
||||
metadata:
|
||||
title: Frigate Cam01
|
||||
thumbnail: /api/camera_proxy/camera.frigate_cam01
|
||||
media_class: video
|
||||
children_media_class: null
|
||||
navigateIds:
|
||||
- {}
|
||||
- media_content_type: app
|
||||
media_content_id: media-source://camera
|
||||
browse_entity_id: media_player.computer_area_hub
|
||||
|
||||
# - action: webrtc.dash_cast
|
||||
# data:
|
||||
# entity_id: media_player.computer_area_hub
|
||||
# url: cam01_sub
|
||||
# force: true
|
||||
# extra:
|
||||
# mode: webrtc
|
||||
|
||||
- choose:
|
||||
- conditions:
|
||||
@@ -109,13 +127,31 @@ action:
|
||||
entity_id: binary_sensor.front_room_occupied
|
||||
state: "on"
|
||||
sequence:
|
||||
- action: webrtc.dash_cast
|
||||
data:
|
||||
- action: media_player.play_media
|
||||
target:
|
||||
entity_id: media_player.front_room_hub
|
||||
url: cam01_sub_opus
|
||||
force: true
|
||||
extra:
|
||||
mode: webrtc
|
||||
data:
|
||||
media:
|
||||
media_content_id: media-source://camera/camera.frigate_cam01
|
||||
media_content_type: image/jpeg
|
||||
metadata:
|
||||
title: Frigate Cam01
|
||||
thumbnail: /api/camera_proxy/camera.frigate_cam01
|
||||
media_class: video
|
||||
children_media_class: null
|
||||
navigateIds:
|
||||
- {}
|
||||
- media_content_type: app
|
||||
media_content_id: media-source://camera
|
||||
browse_entity_id: media_player.front_room_hub
|
||||
|
||||
# - action: webrtc.dash_cast
|
||||
# data:
|
||||
# entity_id: media_player.front_room_hub
|
||||
# url: cam01_sub
|
||||
# force: true
|
||||
# extra:
|
||||
# mode: webrtc
|
||||
|
||||
- delay: "00:10:00"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user