I tried the new âPlay Mediaâ of version 2022.3
I want to display the camera on my frontdoor on my Nest hub when presence is detected.
So I did this :
trigger:
- platform: state
entity_id: binary_sensor.motion_sensor_voordeur_occupancy
to: 'on'
from: 'off'
for:
hours: 0
minutes: 0
seconds: 1
condition:
- condition: state
entity_id: input_boolean.toggle_op_vakantie
state: 'off'
action:
- service: media_player.play_media
target:
entity_id: media_player.nest_hub_living
data:
media_content_id: media-source://camera/camera.fi9900ep_voordeur
media_content_type: application/vnd.apple.mpegurl
metadata:
title: FI9900EP_Voordeur
thumbnail: /api/camera_proxy/camera.fi9900ep_voordeur
media_class: video
children_media_class: null
navigateIds:
- {}
- media_content_type: app
media_content_id: media-source://camera
mode: single
Iâve noticed my camera is 25 seconds behind, so the person is already on my door but I cannât see him on my Nest hubâŚ
The picture in the HA app is only 3 seconds behind :
type: picture-glance
entities: []
camera_image: camera.fi9900ep_voordeur
tap_action:
action: none
hold_action:
action: none
camera_view: live
Is there a solution for this ?