Sian-Lee-SA / Home-Assistant-Switch-Manager

Switch manager is a centralised component to handle button pushes for your wireless switches. This includes anything passed through the event bus. The component relies on switch blueprints which is easily made to allow GUI configuration of your switches and their button pushes. This helps remove clutter from the automations.
Other
206 stars 79 forks source link

Set up failed #206

Closed IRH1980 closed 6 months ago

IRH1980 commented 6 months ago

Similar to previous post i think - SM failed to set up since updating HA. Currently on Core 2023.12.4, Supervisor 2023.12.0, OS 11.3.

`Logger: homeassistant.setup Source: setup.py:251 First occurred: 14:19:30 (1 occurrences) Last logged: 14:19:30

Setup failed for custom integration 'switch_manager': Unable to import component: cannot import name '_format_config_error' from 'homeassistant.config' (/usr/src/homeassistant/homeassistant/config.py) Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 251, in _async_setup_component component = integration.get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 814, in get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1204, in _gcd_import File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/config/custom_components/switch_manager/init.py", line 19, in from homeassistant.config import _format_config_error ImportError: cannot import name '_format_config_error' from 'homeassistant.config' (/usr/src/homeassistant/homeassistant/config.py) `

Sian-Lee-SA commented 6 months ago

I am curious as to why you're using an older version of Switch Manager? This issue has been addressed multiple times. Closing as duplicate https://github.com/Sian-Lee-SA/Home-Assistant-Switch-Manager/issues/185

IRH1980 commented 6 months ago

Ah so sorry. HACS has never notified me there is an update available! I will delete and reinstall and hopefully it will let me know in the future!