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.bootstrap
Source: components/rpi_gpio_pwm/light.py:6
First occurred: 15:00:15 (1 occurrences)
Last logged: 15:00:15
Error setting up integration light - received exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/setup.py", line 64, in async_setup_component
return await task # type: ignore
File "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component
processed_config = await conf_util.async_process_component_config(
File "/usr/src/homeassistant/homeassistant/config.py", line 823, in async_process_component_config
platform = p_integration.get_platform(domain)
File "/usr/src/homeassistant/homeassistant/loader.py", line 422, in get_platform
cache[full_name] = self._import_platform(platform_name)
File "/usr/src/homeassistant/homeassistant/loader.py", line 427, in _import_platform
return importlib.import_module(f"{self.pkg_path}.{platform_name}")
File "/usr/local/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
File "<frozen importlib._bootstrap>", line 991, in _find_and_load
File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 783, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/usr/src/homeassistant/homeassistant/components/rpi_gpio_pwm/light.py".4, line 6, in <module>
from pwmled.driver.pca9685 import Pca9685Driver
File "/usr/local/lib/python3.8/site-packages/pwmled/driver/pca9685.py", line 2, in <module>
import board
File "/usr/local/lib/python3.8/site-packages/board.py", line 175, in <module>
raise NotImplementedError("Board not supported {}".format(board_id))
NotImplementedError: Board not supported GENERIC_LINUX_PC
Additional information
Works fine on version 0.116.4
The text was updated successfully, but these errors were encountered:
The problem
Error on rpi_gpio_pwm integration after upgrade to 0.117.1
Environment
Problem-relevant
configuration.yaml
Traceback/Error logs
Additional information
Works fine on version 0.116.4
The text was updated successfully, but these errors were encountered: