Will pushing from the server break anything?

This commit is contained in:
HomeAssistant
2025-12-06 09:12:49 -05:00
parent 78cd67a560
commit a49d981ad4
225 changed files with 2241 additions and 2237 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.computer_area_hub
url: cam03_sub_opus
url: cam03_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -3,6 +3,6 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.computer_area_hub
url: cam08_sub_opus
url: cam08_sub
extra:
mode: webrtc
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.front_room_hub
url: cam08_sub_opus
url: cam08_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.computer_area_hub
url: cam13_sub_opus
url: cam13_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.front_room_hub
url: cam13_sub_opus
url: cam13_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.computer_area_hub
url: cam19_sub_opus
url: cam19_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -3,7 +3,7 @@ sequence:
- action: webrtc.dash_cast
data:
entity_id: media_player.front_room_hub
url: cam19_sub_opus
url: cam19_sub
force: true
extra:
mode: webrtc
+1 -1
View File
@@ -8,7 +8,7 @@ sequence:
link_id: "{{ link_id }}" # create a random or permanent link ID
# url: rtsp://rtsp:12345678@192.168.1.123:554/av_stream/ch0
# entity: camera.sonoff # you can use camera entity_id or url
url: rtsp://192.168.1.7:8554/cam03_sub_opus
url: rtsp://192.168.1.7:8554/cam03_sub
open_limit: 1 # how many times a link can be opened (0 - unlimit, 1 - default)
time_to_live: 60 # how many seconds will the link live (0 - unlimit, 60 - default)
+1 -1
View File
@@ -24,7 +24,7 @@ sequence:
data:
media_player_entity_id: media_player.master_bedroom_clock
message: >-
The following are open: {{ dict((states|selectattr('entity_id', 'in', state_attr('group.my_exterior_doors', 'entity_id'))|list)|groupby('state'))['on']|map(attribute='name')|list|join(', ') }}
{{ (expand('binary_sensor.exterior_doors') | selectattr('state', 'eq', 'off')) | map(attribute='name') | list }}
- delay: "00:00:02"
# Wait for it to stop playing (2 minute timeout)
- wait_template: "{{ is_state('media_player.master_bedroom_clock','idle') }}"