Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Sep 4, 2023
1 parent 9bc440c commit 5a4dffd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions home_assistant/configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ alexa:
- "light.doorbell_led"
- "light.dryer_plug_light"
- "light.hatch_light"
- "light.washer_plug"
- "light.washer_plug_light"
exclude_entity_globs:
- "light.*_follower"
- "light.*_follower_*"
Expand Down Expand Up @@ -61,19 +61,19 @@ alexa:
# stream_source: rtsp
# binary_sensors: [motion_detected]

amcrest:
- host: !secret amcrest_host
username: !secret amcrest_user
password: !secret amcrest_password
binary_sensors: [audio_detected, online, motion_detected]

camera:
- platform: ffmpeg
name: Doorbell RTSP Camera
input: !secret doorbell_camera_url
- platform: ffmpeg
name: Front RTSP Camera
input: !secret front_camera_url
#amcrest:
# - host: !secret amcrest_host
# username: !secret amcrest_user
# password: !secret amcrest_password
# binary_sensors: [audio_detected, online, motion_detected]

#camera:
# - platform: ffmpeg
# name: Doorbell RTSP Camera
# input: !secret doorbell_camera_url
# - platform: ffmpeg
# name: Front RTSP Camera
# input: !secret front_camera_url

#config:

Expand Down

0 comments on commit 5a4dffd

Please sign in to comment.