###############################################################################
#   @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 # foscam
  - platform: aarlo
    ffmpeg_arguments: '-pred 1 -q:v 2'
  - platform: ffmpeg
    input: !secret livingroom_cam # wyze cam v2
    name: livingroom
  - platform: ffmpeg
    input: !secret kitchen_cam # wyze cam v2
    name: kitchen
  - platform: ffmpeg
    input: !secret theater_cam # wyze cam v2
    name: theater
  - platform: ffmpeg
    input: !secret laundry_cam # wyze cam v2
    name: laundry
ffmpeg:
  ffmpeg_bin: /usr/bin/ffmpeg