Upgrade to 0.116 and move over Synology Stuff.

This commit is contained in:
ccostan 2020-10-07 17:10:51 -04:00
parent 504ea6eebf
commit 0bb1feee6b
5 changed files with 7 additions and 24 deletions

View File

@ -1 +1 @@
0.115.6
0.116.0

View File

@ -20,9 +20,9 @@ filter:
- scene
- light
include_entities:
- camera.camera1
- camera.camera2
- camera.camera3
- camera.carlo_nvr_camera1
- camera.carlo_nvr_camera2
- camera.carlo_nvr_camera3
- camera.front_door
- light.bedroom
- light.bedroom_lights
@ -42,15 +42,15 @@ filter:
- switch.lr_amp
# exclude_entities:
entity_config:
camera.camera1:
camera.carlo_nvr_camera1:
linked_motion_sensor: binary_sensor.camera1_motion_sensor
video_codec: copy
stream_source: !secret camera1_stream
camera.camera2:
camera.carlo_nvr_camera2:
linked_motion_sensor: binary_sensor.camera2_motion_sensor
video_codec: copy
stream_source: !secret camera2_stream
camera.camera3:
camera.carlo_nvr_camera3:
linked_motion_sensor: binary_sensor.camera3_motion_sensor
video_codec: copy
stream_source: !secret camera3_stream

View File

@ -3,23 +3,6 @@
# Original Repo : https://github.com/CCOSTAN/Home-AssistantConfig
# More Info : https://www.vcloudinfo.com/2019/03/using-foscam-cameras-with-home-assistant-and-synology.html
#-------------------------------------------
# homeassistant:
# customize_glob:
# "*.*_sleep_hours":
# unit_of_measurement: hours
# icon: mdi:sleep
#
#
#-------------------------------------------
# camera:
# - platform: synology
# url: !secret synology_url
# username: !secret synology_username
# password: !secret synology_password
# timeout: 15
# verify_ssl: False
binary_sensor:
- platform: rest

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 37 KiB