MyQ Cover keeps giving a HTTP 203 - Incorrect username or password

Trying to use the MyQ cover to control my MyQ Garage Door opener Hub. Config is as follows:

 #Garage Door
 cover:
   - platform: myq
     name: Garage Door
     username: !secret myq_user
     password: !secret myq_pass
     type: craftsman

And the Secrets file is defined as follows:

myq_user: [email protected]
myq_pass: XXXXXXX

However, it always keeps giving me the following:

2019-02-11 09:57:58 ERROR (MainThread) [homeassistant.components.cover.myq] There was an error while logging in: The username or password you entered is incorrect. Try again. (203)

I can log on to the App fine using the same credentials as well as to www.mychamberlain.com as well. Not sure what am I missing :frowning:

I have tried:

  1. Changing password
  2. Using username/password directly without the Secrets file

HALP?

Meh - changed the type to Chamberlain and it started working fine after that :slight_smile: