Replies: 2 comments
-
Yes, I opened an issue, #195 |
Beta Was this translation helpful? Give feedback.
0 replies
-
same error here. I removed the integration and re added it to resolve. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've upgraded to v1.4 and I'm gzetting the following error now:
Logger: homeassistant.config_entries
Source: custom_components/tuya_v2/init.py:81
Integration: Tuya v2 (documentation)
First occurred: 12:31:23 (1 occurrences)
Last logged: 12:31:23
Error setting up entry sebake@gmail.com for tuya_v2
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 293, in async_setup
result = await component.async_setup_entry(hass, self) # type: ignore
File "/config/custom_components/tuya_v2/init.py", line 290, in async_setup_entry
success = await _init_tuya_sdk(hass, entry)
File "/config/custom_components/tuya_v2/init.py", line 118, in _init_tuya_sdk
entry_data = entry_decrypt(hass, entry, init_entry_data)
File "/config/custom_components/tuya_v2/init.py", line 81, in entry_decrypt
if init_entry_data[XOR_KEY]:
KeyError: '00oo00'
Anyone else with this?
Beta Was this translation helpful? Give feedback.
All reactions