|
发表于 2023-5-24 21:37:05
|
显示全部楼层
现在这个也不行了,我申请了us的应用获取了usertoken,会报错Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 257, in _async_setup_component
result = await task
File "/config/custom_components/lifesmart/__init__.py", line 563, in async_setup
for scene in scenes:
TypeError: 'bool' object is not iterable,还有个错误是Unable to prepare setup for platform lifesmart.sensor: Unable to set up component.
Unable to prepare setup for platform lifesmart.binary_sensor: Unable to set up component.
Unable to prepare setup for platform lifesmart.climate: Unable to set up component.
Unable to prepare setup for platform lifesmart.light: Unable to set up component.
Unable to prepare setup for platform lifesmart.switch: Unable to set up component. |
|