Broadlink initial configuration woes

I’m stuck. I just purchased a Broadlink RM4pro to manage some RF devices in the house. I know the Broadlink itself works because I was able to successfully train it thru the Android Broadlink app. I then deleted the app and successfully added the Broadlink to HA via the integration page.

Here’s my problem. I tried to teach the Broadlink a command to control a roller blind, which seemed to work based on the behavior of the Broadlink, but I noticed there was no broadlink related file created in the .storage directory:

action: remote.learn_command
target:
  entity_id: remote.bl_lower_level
data:
  command_type: rf
  device: right_roller_blind
  command: up

And when I tried to send the command, I received the error “Failed to perform the action remote.send_command. Unknown error”.

 action: remote.send_command
 target:
   entity_id: remote.bl_lower_level
 data:
   device: right_roller_blind
   command: up

Any suggestions? Thanks.

Figured it out. I had to follow the notifications that popped up - wasn’t aware that I’d need to press the buttons twice in learning mode.