mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-13 23:35:40 +00:00
MASSIVE re-org - Moving config to packages to better organize
This commit is contained in:
16
config/packages/camera.yaml
Executable file
16
config/packages/camera.yaml
Executable file
@@ -0,0 +1,16 @@
|
||||
###############################################################################
|
||||
# @author : Jeffrey Stone
|
||||
# @date : 06/10/2020
|
||||
# @package : Camera
|
||||
# @description : All the Camera related stuff
|
||||
###############################################################################
|
||||
|
||||
camera:
|
||||
- platform: mjpeg
|
||||
name: Garage Door Cam
|
||||
mjpeg_url: !secret garage_cam
|
||||
- platform: aarlo
|
||||
ffmpeg_arguments: '-pred 1 -q:v 2'
|
||||
|
||||
ffmpeg:
|
||||
ffmpeg_bin: /usr/bin/ffmpeg
|
Reference in New Issue
Block a user