diff --git a/config/packages/camera.yaml b/config/packages/camera.yaml index e57f5ca..667268c 100755 --- a/config/packages/camera.yaml +++ b/config/packages/camera.yaml @@ -5,6 +5,37 @@ # @description : All the Camera related stuff ############################################################################### +# Using the HACS Arlo Integration +aarlo: + host: https://my.arlo.com + username: !secret arlo_user + password: !secret arlo_pass + db_motion_time: 30 + db_ding_time: 10 + recent_time: 10 + last_format: '%m-%d %H:%M' + refresh_devices_every: 2 + verbose_debug: True + tfa_host: 'imap.gmail.com' + tfa_username: !secret GV_USER + tfa_password: !secret GV_PASS + +# Arlo Integration +alarm_control_panel: + # Uses the custom arlo integration found in HACS + - platform: aarlo + home_mode_name: home + away_mode_name: Armed + +sensor: + - platform: aarlo + monitored_conditions: + - last_capture + - total_cameras + - battery_level + - captured_today + - signal_strength + camera: - platform: mjpeg name: Garage Door Cam diff --git a/config/packages/integrations.yaml b/config/packages/integrations.yaml index 81aa470..4ef62ef 100755 --- a/config/packages/integrations.yaml +++ b/config/packages/integrations.yaml @@ -14,21 +14,6 @@ spotify: client_id: !secret spotify_client client_secret: !secret spotify_secret -# Using the HACS Arlo Integration -aarlo: - host: https://my.arlo.com - username: !secret arlo_user - password: !secret arlo_pass - db_motion_time: 30 - db_ding_time: 10 - recent_time: 10 - last_format: '%m-%d %H:%M' - refresh_devices_every: 2 - verbose_debug: True - tfa_host: 'imap.gmail.com' - tfa_username: !secret GV_USER - tfa_password: !secret GV_PASS - # Testing internet speedtest speedtestdotnet: