2025-12-04 17:14:07 -05:00
|
|
|
######################################################################
|
|
|
|
|
# @CCOSTAN - Follow Me on X
|
|
|
|
|
# For more info visit https://www.vcloudinfo.com/click-here
|
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
|
# -------------------------------------------------------------------
|
2025-12-07 16:53:44 -05:00
|
|
|
# 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.
|
2025-12-04 17:14:07 -05:00
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
######################################################################
|
2021-04-19 09:24:44 -04:00
|
|
|
|
2025-12-04 17:14:07 -05:00
|
|
|
# Main bridge (everything except cameras + front door lock)
|
|
|
|
|
- name: Home Assistant Bridge
|
|
|
|
|
mode: bridge
|
|
|
|
|
port: 21063
|
|
|
|
|
filter:
|
|
|
|
|
include_domains:
|
|
|
|
|
- climate
|
|
|
|
|
- cover
|
|
|
|
|
- lock
|
|
|
|
|
exclude_domains:
|
|
|
|
|
- camera
|
|
|
|
|
- media_player
|
|
|
|
|
- sensor
|
|
|
|
|
- script
|
|
|
|
|
- switch
|
|
|
|
|
- scene
|
|
|
|
|
- light
|
|
|
|
|
include_entities:
|
|
|
|
|
- light.bedroom
|
|
|
|
|
- light.bedroom_lights
|
|
|
|
|
- light.den_lights
|
|
|
|
|
- light.dinette_lights
|
|
|
|
|
- light.dining_room_lights
|
|
|
|
|
- light.foyer
|
|
|
|
|
- light.garage_lights
|
|
|
|
|
- light.hallway_lights
|
|
|
|
|
- light.kitchen_lights
|
|
|
|
|
- light.living_room_accents
|
|
|
|
|
- light.living_room_lights
|
|
|
|
|
- light.office_lights
|
|
|
|
|
- light.outdoor_front_lights
|
|
|
|
|
- light.upstairs_lights
|
|
|
|
|
- light.upstairs_lamp
|
|
|
|
|
- light.sink
|
|
|
|
|
- switch.lr_amp
|
|
|
|
|
exclude_entities:
|
|
|
|
|
- lock.front_door
|
|
|
|
|
- lock.spaceship_door_lock
|
|
|
|
|
- lock.spaceship_charger_door_lock
|
|
|
|
|
- lock.spaceship_trunk_lock
|
|
|
|
|
- lock.spaceship_frunk_lock
|
|
|
|
|
- climate.spaceship_hvac_climate_system
|
|
|
|
|
|
|
|
|
|
# Cameras in accessory mode (better performance/reliability)
|
|
|
|
|
- name: HomeKit Cameras
|
|
|
|
|
mode: accessory
|
|
|
|
|
port: 21064
|
|
|
|
|
filter:
|
|
|
|
|
include_entities:
|
|
|
|
|
- camera.bedroomgate
|
|
|
|
|
- camera.driveway
|
|
|
|
|
- camera.filtergate
|
|
|
|
|
- camera.frontdoorbell
|
|
|
|
|
- camera.poolcam
|
|
|
|
|
- camera.frontlawn
|
|
|
|
|
- camera.garagecam
|
|
|
|
|
entity_config:
|
|
|
|
|
camera.frontdoorbell:
|
|
|
|
|
video_codec: copy
|
2025-12-07 16:53:44 -05:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/frontdoorbell_alexa
|
2025-12-04 17:14:07 -05:00
|
|
|
camera.poolcam:
|
|
|
|
|
linked_motion_sensor: binary_sensor.poolcam_motion_sensor
|
|
|
|
|
video_codec: copy
|
2025-12-07 16:53:44 -05:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/poolcam_sub
|
2025-12-04 17:14:07 -05:00
|
|
|
camera.frontlawn:
|
|
|
|
|
linked_motion_sensor: binary_sensor.frontlawn_motion_sensor
|
|
|
|
|
video_codec: copy
|
2025-12-07 16:53:44 -05:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/frontlawn_sub
|
2025-12-04 17:14:07 -05:00
|
|
|
camera.garagecam:
|
|
|
|
|
linked_motion_sensor: binary_sensor.garagecam_motion_sensor
|
|
|
|
|
video_codec: copy
|
2025-12-07 16:53:44 -05:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/garagecam_sub
|
2025-12-04 17:14:07 -05:00
|
|
|
camera.bedroomgate:
|
|
|
|
|
linked_motion_sensor: binary_sensor.bedroomgate_motion_sensor
|
|
|
|
|
video_codec: copy
|
|
|
|
|
stream_source: rtsp://192.168.10.14:8554/bedroomgate?mp4
|
|
|
|
|
camera.driveway:
|
|
|
|
|
linked_motion_sensor: binary_sensor.driveway_motion_sensor
|
|
|
|
|
video_codec: copy
|
2025-12-07 16:53:44 -05:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/driveway_sub
|
2025-12-04 17:14:07 -05:00
|
|
|
camera.filtergate:
|
|
|
|
|
linked_motion_sensor: binary_sensor.filtergate_motion_sensor
|
|
|
|
|
video_codec: copy
|
|
|
|
|
stream_source: rtsp://192.168.10.14:8554/filtergate?mp4
|
|
|
|
|
|
|
|
|
|
# Front door lock in accessory mode (keeps lock responsive/available)
|
|
|
|
|
- name: HomeKit Front Door Lock
|
|
|
|
|
mode: accessory
|
|
|
|
|
port: 21065
|
|
|
|
|
filter:
|
|
|
|
|
include_entities:
|
|
|
|
|
- lock.front_door
|