Blink Integration Error on Startup

Username and Password are verified.
Latest 0.105.1

Host system

Hostname hassio
System HassOS 3.10
Deployment production
blink:
 username: REDACTED 
 password: REDACTED
 scan_interval: 300
 binary_sensors:
   monitored_conditions:
     - motion_enabled
     - motion_detected
 sensors:
   monitored_conditions:
     - battery
     - temperature
     - wifi_strength

Here’s the log.

2020-02-17 14:21:17 ERROR (SyncWorker_15) [blinkpy.helpers.util] Endpoint https://rest-piri.immedia-semi.com/login failed. Possible issue with Blink servers.
2020-02-17 14:21:17 ERROR (SyncWorker_15) [blinkpy.blinkpy] Login API endpoint failed with response None
2020-02-17 14:21:17 ERROR (SyncWorker_15) [blinkpy.blinkpy] Login API endpoint failed with response False
2020-02-17 14:21:17 ERROR (SyncWorker_15) [blinkpy.blinkpy] Login API endpoint failed with response False

Could it be the indention? Do you need an extra space? My blink integration is working fine today.

blink:
  username: REDACTED 
  password: REDACTED

VS

blink:
 username: REDACTED 
 password: REDACTED

That worked. :flushed:

:+1:
Awesome!