From eeb988d1003adc6bcb369ba1b20333176389d188 Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 7 Dec 2025 16:53:44 -0500 Subject: [PATCH] Enhance HomeKit configuration for improved stability and Alexa compatibility. Update camera stream sources to use substreams for faster playback on Echo Show devices. Refine comments for clarity on multi-bridge setup. --- config/homekit.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/homekit.yaml b/config/homekit.yaml index 115e64ce..f5823061 100755 --- a/config/homekit.yaml +++ b/config/homekit.yaml @@ -3,9 +3,9 @@ # For more info visit https://www.vcloudinfo.com/click-here # Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig # ------------------------------------------------------------------- -# HomeKit Configuration - Multi-bridge setup for stability. -# Main bridge handles lights/locks/climate; cameras + front lock are -# isolated in accessory-mode bridges for better reliability. +# HomeKit Configuration - Multi-bridge for stability + Alexa-friendly streams +# Main bridge for lights/locks/climate; cameras/lock split to accessory bridges. +# Camera streams use go2rtc substreams/restreams for faster Echo Show playback. # ------------------------------------------------------------------- ###################################################################### @@ -68,19 +68,19 @@ entity_config: camera.frontdoorbell: video_codec: copy - stream_source: rtsp://192.168.10.14:8554/frontdoorbell?mp4 + stream_source: rtsp://192.168.10.14:8554/frontdoorbell_alexa camera.poolcam: linked_motion_sensor: binary_sensor.poolcam_motion_sensor video_codec: copy - stream_source: rtsp://192.168.10.14:8554/poolcam?mp4 + stream_source: rtsp://192.168.10.14:8554/poolcam_sub camera.frontlawn: linked_motion_sensor: binary_sensor.frontlawn_motion_sensor video_codec: copy - stream_source: rtsp://192.168.10.14:8554/frontlawn?mp4 + stream_source: rtsp://192.168.10.14:8554/frontlawn_sub camera.garagecam: linked_motion_sensor: binary_sensor.garagecam_motion_sensor video_codec: copy - stream_source: rtsp://192.168.10.14:8554/garagecam?mp4 + stream_source: rtsp://192.168.10.14:8554/garagecam_sub camera.bedroomgate: linked_motion_sensor: binary_sensor.bedroomgate_motion_sensor video_codec: copy @@ -88,7 +88,7 @@ camera.driveway: linked_motion_sensor: binary_sensor.driveway_motion_sensor video_codec: copy - stream_source: rtsp://192.168.10.14:8554/driveway?mp4 + stream_source: rtsp://192.168.10.14:8554/driveway_sub camera.filtergate: linked_motion_sensor: binary_sensor.filtergate_motion_sensor video_codec: copy