麻烦楼主看下这个?
Traceback (most recent call last):
File "/config/custom_components/hasslife/__init__.py", line 42, in on_state_changed
MOLO_CLIENT_APP.molo_client.sync_device(True, 2)
File "/config/custom_components/hasslife/molo_bot_client.py", line 74, in sync_device
self._login_info = self.get_login_info()
File "/config/custom_components/hasslife/molo_bot_client.py", line 65, in get_login_info
password = hashlib.sha1(password.encode('utf-8')).hexdigest()
AttributeError: 'int' object has no attribute 'encode'