2020-06-06 19:14:25 +00:00
|
|
|
#-------------------------------------------
|
2024-09-03 18:08:43 +00:00
|
|
|
# HomeKit Configuration for Home Assistant
|
|
|
|
#
|
|
|
|
# Description: This file controls the HomeKit integration settings,
|
|
|
|
# defining which entities are exposed to Apple HomeKit.
|
|
|
|
#
|
|
|
|
# Follow me on https://www.vcloudinfo.com/click-here
|
|
|
|
# Original Repository: https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
##-------------------------------------------
|
2021-04-19 13:24:44 +00:00
|
|
|
|
2020-06-06 19:14:25 +00:00
|
|
|
filter:
|
|
|
|
include_domains:
|
|
|
|
- climate
|
|
|
|
- cover
|
|
|
|
- lock
|
|
|
|
exclude_domains:
|
2020-06-23 17:22:59 +00:00
|
|
|
- camera
|
2020-06-06 19:14:25 +00:00
|
|
|
- media_player
|
|
|
|
- sensor
|
|
|
|
- script
|
|
|
|
- sensor
|
|
|
|
- switch
|
|
|
|
- scene
|
|
|
|
- light
|
2020-06-06 20:43:37 +00:00
|
|
|
include_entities:
|
2024-06-19 14:42:25 +00:00
|
|
|
- camera.bedroomgate
|
|
|
|
- camera.driveway
|
|
|
|
- camera.filtergate
|
|
|
|
- camera.frontdoorbell
|
|
|
|
- camera.poolcam
|
2024-12-07 22:03:25 +00:00
|
|
|
- camera.frontlawn
|
|
|
|
- camera.garagecam
|
2020-06-06 20:43:37 +00:00
|
|
|
- light.bedroom
|
|
|
|
- light.bedroom_lights
|
|
|
|
- light.den_lights
|
|
|
|
- light.dinette_lights
|
|
|
|
- light.dining_room_lights
|
|
|
|
- light.foyer_lights
|
|
|
|
- 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.outdoor_pool_lights
|
|
|
|
- light.upstairs_lights
|
|
|
|
- switch.lr_amp
|
2021-07-12 04:33:18 +00:00
|
|
|
exclude_entities:
|
|
|
|
- lock.spaceship_door_lock
|
|
|
|
- lock.spaceship_charger_door_lock
|
|
|
|
- lock.spaceship_trunk_lock
|
|
|
|
- lock.spaceship_frunk_lock
|
|
|
|
- climate.spaceship_hvac_climate_system
|
|
|
|
|
2020-06-23 16:00:30 +00:00
|
|
|
entity_config:
|
2024-06-19 14:42:25 +00:00
|
|
|
camera.frontdoorbell:
|
|
|
|
linked_motion_sensor: binary_sensor.frontdoorbell_all_occupancy
|
2020-06-23 16:00:30 +00:00
|
|
|
video_codec: copy
|
2024-12-07 22:03:25 +00:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/frontdoorbell?mp4
|
2024-09-24 21:29:00 +00:00
|
|
|
camera.poolcam:
|
|
|
|
linked_motion_sensor: binary_sensor.poolcam_motion_sensor
|
|
|
|
video_codec: copy
|
2024-12-07 22:03:25 +00:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/poolcam?mp4
|
|
|
|
camera.frontlawn:
|
|
|
|
linked_motion_sensor: binary_sensor.frontlawn_motion_sensor
|
|
|
|
video_codec: copy
|
|
|
|
stream_source: rtsp://192.168.10.14:8554/frontlawn?mp4
|
|
|
|
camera.garagecam:
|
|
|
|
linked_motion_sensor: binary_sensor.garagecam_motion_sensor
|
|
|
|
video_codec: copy
|
|
|
|
stream_source: rtsp://192.168.10.14:8554/garagecam?mp4
|
|
|
|
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
|
|
|
|
stream_source: rtsp://192.168.10.14:8554/driveway?mp4
|
|
|
|
camera.filtergate:
|
|
|
|
linked_motion_sensor: binary_sensor.filtergate_motion_sensor
|
2024-09-24 21:29:00 +00:00
|
|
|
video_codec: copy
|
2024-12-07 22:03:25 +00:00
|
|
|
stream_source: rtsp://192.168.10.14:8554/filtergate?mp4
|