Broadlink rm_mini

Hi, this is my config


I keep getting this error:
File “C:\Users\Seba\AppData\Roaming.homeassistant\deps\Python36\site-packages\broadlink_init_.py”, line 162, in encrypt_pyaes
return “”.join([aes.encrypt(bytes(payload[i:i+16])) for i in range(0, len(payload), 16)])
TypeError: sequence item 0: expected str instance, bytes found

Any ideas?

Comment out the type line to see if that makes a difference, my RM mini3 is setup the same way except for the type line.

thanks, i already tried this. same same