Logger: homeassistant.loader
Source: custom_components/mobilel6/__init__.py:11
Integration: mobilel6
First occurred: 11:25:31 (6 occurrences)
Last logged: 12:04:07
Unexpected exception importing component custom_components.mobilel6
Unexpected exception importing platform custom_components.mobilel6.config_flow
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/loader.py", line 813, in get_component
ComponentProtocol, importlib.import_module(self.pkg_path)
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 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/mobilel6/__init__.py", line 11, in <module>
from .device import BroadlinkDevice
File "/config/custom_components/mobilel6/device.py", line 130
await self.hass.config_entries.async_forward_entry_setups(
^
TabError: inconsistent use of tabs and spaces in indentation