You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.loader
Source: custom_components/ds_air/ds_air_service/ctrl_enum.py:302
Integration: DS-AIR ([documentation](https://github.com/mypal/ha-dsair))
First occurred: 22:22:41 (4 occurrences)
Last logged: 22:24:09
Unexpected exception importing platform custom_components.ds_air.config_flow
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 779, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 796, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 992, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/config/custom_components/ds_air/__init__.py", line 12, in <module>
from .const import CONF_GW, DEFAULT_HOST, DEFAULT_PORT, DEFAULT_GW, DOMAIN
File "/config/custom_components/ds_air/const.py", line 5, in <module>
from .ds_air_service.ctrl_enum import EnumSensor
File "/config/custom_components/ds_air/ds_air_service/ctrl_enum.py", line 302, in <module>
HVACAction.DRYING, None, None, HVACAction.PREHEATING, HVACAction.DRYING]
File "/usr/local/lib/python3.10/enum.py", line 437, in __getattr__
raise AttributeError(name) from None
AttributeError: PREHEATING
The text was updated successfully, but these errors were encountered:
在添加集成的时候发生错误,提示:
ha-dsair/custom_components/ds_air/ds_air_service/ctrl_enum.py
Line 302 in 21c8dbd
The text was updated successfully, but these errors were encountered: