We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05e39de commit 85f0cd7Copy full SHA for 85f0cd7
custom_components/tuya_local/device.py
@@ -762,3 +762,4 @@ async def async_delete_device(hass: HomeAssistant, config: dict):
762
await hass.data[DOMAIN][device_id]["device"].async_stop()
763
del hass.data[DOMAIN][device_id]["device"]
764
del hass.data[DOMAIN][device_id]["tuyadevice"]
765
+ del hass.data[DOMAIN][device_id]["tuyadevicelock"]
0 commit comments