I have been attempting to add my arlo camera to home assistant OS
following a great tutorial from SlackerLabs
i keep getting a .yaml ERROR
2022-12-30 23:03:59.259 ERROR (MainThread) [homeassistant.bootstrap] Failed to parse configuration.yaml: Secret (my email here) not defined. Activating safe mode
MY CODE
Arlo Integration
Aarlo Integration
aarlo:
host: https://my.arlo.com
username: !secret my.arlo.email
password: !secret my.arlo.password
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_source: imap
tfa_type: email
tfa_host: imap.gmail.com
tfa_username: !secret my.email
tfa_password: !secret my.email.password
backend: sse
camera:
- platform: aarlo
ffmpeg_arguments: ‘-pred 1 -q:v 2’
i also found a discussion that google was shutting down app account access and would require a “app password” for all logins like home assistant, cant find link to that page
can anyone assist?