2020-06-06 19:14:25 +00:00
|
|
|
#-------------------------------------------
|
|
|
|
# @CCOSTAN
|
|
|
|
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
|
|
|
|
# Read all about this and more at https://vCloudInfo.com
|
|
|
|
# HomeKit control file.
|
|
|
|
######################################################################################################
|
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:
|
2020-10-07 21:10:51 +00:00
|
|
|
- camera.carlo_nvr_camera1
|
|
|
|
- camera.carlo_nvr_camera2
|
|
|
|
- camera.carlo_nvr_camera3
|
2020-06-06 21:13:58 +00:00
|
|
|
- camera.front_door
|
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:
|
2020-10-07 21:10:51 +00:00
|
|
|
camera.carlo_nvr_camera1:
|
2020-06-23 16:00:30 +00:00
|
|
|
linked_motion_sensor: binary_sensor.camera1_motion_sensor
|
|
|
|
video_codec: copy
|
2020-06-23 17:58:38 +00:00
|
|
|
stream_source: !secret camera1_stream
|
2020-10-07 21:10:51 +00:00
|
|
|
camera.carlo_nvr_camera2:
|
2020-06-23 16:00:30 +00:00
|
|
|
linked_motion_sensor: binary_sensor.camera2_motion_sensor
|
|
|
|
video_codec: copy
|
2020-06-23 17:58:38 +00:00
|
|
|
stream_source: !secret camera2_stream
|
2020-10-07 21:10:51 +00:00
|
|
|
camera.carlo_nvr_camera3:
|
2020-06-23 16:00:30 +00:00
|
|
|
linked_motion_sensor: binary_sensor.camera3_motion_sensor
|
|
|
|
video_codec: copy
|
2020-06-23 17:58:38 +00:00
|
|
|
stream_source: !secret camera3_stream
|