lion1109
Results
2
issues of
lion1109
I had this error before I changed the follwing in file thinq2\model\thinq.py: @post_load(pass_original=True) def polymorphism(self, item, data, **kwargs): - device_schema = device_types.get(item.device_type, Device).Schema() - item.snapshot = device_schema.load(data.get("snapshot", {})) + if...
Hello I was looking for a python api to access a LG air conditioner. After downloading I tried to access the projekt by pycharm. I had no success with poetry,...