home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
68.78k stars 28.11k forks source link

lifx integration not loaded #116166

Closed edwoody closed 1 week ago

edwoody commented 1 week ago

The problem

lifx integration not loaded. local control still works, thankfully. Core update good until 4/23/24. My HA not communicating with lifx server.

What version of Home Assistant Core has the issue?

2024.4.4

What was the last working version of Home Assistant Core?

before 4/23/2024

What type of installation are you running?

Home Assistant OS

Integration causing the issue

lifx

Link to integration documentation on our website

https://www.home-assistant.io/integrations/lifx

Diagnostics information

sorry, couldn't see "enable debug logging on lifx integration details page" unable to download logging

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

apologize for no logs, just not available. lifx has been flaky before and this could be a lifx server issue. looks like HA just quit communicating with lifx server. Can't remove and replace integration. option not there. This coincidentally seems to have started with core update 4/23/2024. thanks

home-assistant[bot] commented 1 week ago

lifx documentation lifx source

Djelibeybi commented 1 week ago

All communication is local: we don't talk to anything but the bulbs on the local network so we need to see logs.

Djelibeybi commented 1 week ago

If you perhaps still have my ha-LIFX-beta integration installed via HACS: remove it.

edwoody commented 1 week ago

2024-04-24 20:02:43.559 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration sonoff which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-04-24 20:02:43.567 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant 2024-04-24 20:03:01.295 WARNING (MainThread) [homeassistant.helpers.frame] Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues 2024-04-24 20:03:02.204 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing component homeassistant.components.lifx Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1037, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-24 20:03:02.411 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing component homeassistant.components.lifx Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1037, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 979, in async_get_component comp = await self.hass.async_add_import_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1048, in _get_component raise ImportError(f"Exception importing {self.pkg_path}") from err ImportError: Exception importing homeassistant.components.lifx

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1037, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-24 20:03:02.527 ERROR (MainThread) [homeassistant.setup] Setup failed for 'lifx': Unable to import component: Exception importing homeassistant.components.lifx Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1037, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 979, in async_get_component comp = await self.hass.async_add_import_executor_job( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1048, in _get_component raise ImportError(f"Exception importing {self.pkg_path}") from err ImportError: Exception importing homeassistant.components.lifx

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1037, in _get_component ComponentProtocol, importlib.import_module(self.pkg_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import * File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 316, in _async_setup_component component = await integration.async_get_component() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 997, in async_get_component self._component_future.result() File "/usr/src/homeassistant/homeassistant/loader.py", line 989, in async_get_component comp = self._get_component() ^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1048, in _get_component raise ImportError(f"Exception importing {self.pkg_path}") from err ImportError: Exception importing homeassistant.components.lifx 2024-04-24 20:03:05.015 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'catbox on' failed to setup triggers and has been disabled: Unknown device '5a0a2654c259f4a1a60ddcd2df6849d4' 2024-04-24 20:03:05.073 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'shedd light off in 5 minutes' failed to setup triggers and has been disabled: Unknown device '30ec42910bbe8a277ed8d9adcfe06e01' 2024-04-24 20:03:09.801 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'buglightoff' trigger: In 'numeric_state' condition: unknown entity sensor.sonoff_a440021ea5_temperature 2024-04-24 20:03:09.824 WARNING (MainThread) [homeassistant.components.homeassistant.triggers.numeric_state] Error initializing 'cat box off' trigger: In 'numeric_state' condition: unknown entity sensor.sonoff_a44001ce9b_temperature 2024-04-24 20:40:58.829 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 21:12:10.937 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 21:19:13.936 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 21:57:13.069 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to query the device 192.168.0.120:9999: 2024-04-24 22:05:10.387 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 22:13:34.844 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to connect to the device: 192.168.0.120:9999: 2024-04-24 22:19:02.590 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 22:47:56.937 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-24 23:00:00.383 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities switch.sonoff_a440021609, switch.sonoff_a44002160b, switch.sonoff_a44002160c are missing or not currently available 2024-04-24 23:24:21.021 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to connect to the device: 192.168.0.120:9999: 2024-04-24 23:35:00.436 WARNING (MainThread) [homeassistant.helpers.service] Referenced devices 28c41f16a68d1f6e3e92041213137a13 are missing or not currently available 2024-04-24 23:40:01.523 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities switch.sonoff_a440021609, switch.sonoff_a44002160b, switch.sonoff_a44002160c are missing or not currently available 2024-04-25 00:04:20.140 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 00:05:16.845 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to connect to the device: 192.168.0.120:9999: 2024-04-25 00:13:04.946 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 00:17:34.949 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 00:26:36.937 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 00:27:46.943 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 01:20:59.942 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 01:41:18.507 ERROR (MainThread) [homeassistant.components.sharkiq] Unexpected error updating SharkIQ. Attempting re-auth Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/components/sharkiq/update_coordinator.py", line 71, in _async_update_data all_vacuums = await self.ayla_api.async_list_devices() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/sharkiq/ayla_api.py", line 208, in async_list_devices devices = await resp.json() ^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 73, in json return await super().json(*args, loads=loads, *kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1176, in json raise ContentTypeError( aiohttp.client_exceptions.ContentTypeError: 0, message='Attempt to decode JSON with unexpected mimetype: text/html', url=URL('https://ads-field-39a9391a.aylanetworks.com/apiv1/devices.json') 2024-04-25 01:41:18.542 ERROR (MainThread) [homeassistant.components.sharkiq] Error fetching sharkiq data: 0, message='Attempt to decode JSON with unexpected mimetype: text/html', url=URL('https://ads-field-39a9391a.aylanetworks.com/apiv1/devices.json') 2024-04-25 02:36:28.272 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 05:13:23.951 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 05:42:03.779 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 05:46:31.830 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 05:46:31.901 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 05:46:31.934 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration lifx: Exception importing homeassistant.components.lifx.config_flow 2024-04-25 05:46:31.937 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2587, in _load_integration await integration.async_get_platform("config_flow") File "/usr/src/homeassistant/homeassistant/loader.py", line 1070, in async_get_platform platforms = await self.async_get_platforms((platform_name,)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1145, in async_get_platforms import_future.result() File "/usr/src/homeassistant/homeassistant/loader.py", line 1133, in async_get_platforms platforms.update(self._load_platforms(platform_names)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1060, in _load_platforms platform_name: self._load_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1252, in _load_platform raise ImportError( ImportError: Exception importing homeassistant.components.lifx.config_flow

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1155, in async_init flow, result = await self._async_init(flow_id, handler, context, data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1175, in _async_init flow = await self.async_create_flow(handler, context=context, data=data) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/config_entries.py", line 1312, in async_create_flow handler = await _async_get_flow_handler( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2608, in _async_get_flow_handler await _load_integration(hass, domain, hass_config) File "/usr/src/homeassistant/homeassistant/config_entries.py", line 2594, in _load_integration raise data_entry_flow.UnknownHandler from err homeassistant.data_entry_flow.UnknownHandler 2024-04-25 06:04:56.956 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 06:18:14.681 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 06:43:40.946 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 07:02:44.727 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to query the device 192.168.0.120:9999: 2024-04-25 07:26:31.901 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to query the device 192.168.0.120:9999: 2024-04-25 07:29:39.942 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 07:52:17.950 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 08:20:04.938 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 08:21:53.010 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to query the device 192.168.0.120:9999: 2024-04-25 08:37:38.407 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'catbox on' failed to setup triggers and has been disabled: Unknown device '5a0a2654c259f4a1a60ddcd2df6849d4' 2024-04-25 08:37:38.448 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'shedd light off in 5 minutes' failed to setup triggers and has been disabled: Unknown device '30ec42910bbe8a277ed8d9adcfe06e01' 2024-04-25 08:38:13.198 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'catbox on' failed to setup triggers and has been disabled: Unknown device '5a0a2654c259f4a1a60ddcd2df6849d4' 2024-04-25 08:38:13.234 ERROR (MainThread) [homeassistant.components.automation] Automation with alias 'shedd light off in 5 minutes' failed to setup triggers and has been disabled: Unknown device '30ec42910bbe8a277ed8d9adcfe06e01' 2024-04-25 08:43:36.246 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:43:36.335 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:43:36.369 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration lifx: Exception importing homeassistant.components.lifx.config_flow 2024-04-25 08:45:18.649 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:45:18.715 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:45:18.746 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration lifx: Exception importing homeassistant.components.lifx.config_flow 2024-04-25 08:49:12.425 ERROR (ImportExecutor_0) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:49:12.489 ERROR (MainThread) [homeassistant.loader] Unexpected exception importing platform homeassistant.components.lifx.config_flow Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/loader.py", line 1232, in _load_platform cache[full_name] = self._import_platform(platform_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/loader.py", line 1264, in _import_platform return importlib.import_module(f"{self.pkg_path}.{platform_name}") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/importlib/init.py", line 90, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1310, in _find_and_load_unlocked File "", line 488, in _call_with_frames_removed File "", line 1387, in _gcd_import File "", line 1360, in _find_and_load File "", line 1331, in _find_and_load_unlocked File "", line 935, in _load_unlocked File "", line 995, in exec_module File "", line 488, in _call_with_frames_removed File "/usr/src/homeassistant/homeassistant/components/lifx/init.py", line 11, in from aiolifx.aiolifx import Light File "/usr/local/lib/python3.12/site-packages/aiolifx/init.py", line 1, in from .aiolifx import LifxDiscovery, LifxScan File "/usr/local/lib/python3.12/site-packages/aiolifx/aiolifx.py", line 29, in from .msgtypes import File "/usr/local/lib/python3.12/site-packages/aiolifx/msgtypes.py", line 11, in import bitstring File "/usr/local/lib/python3.12/site-packages/bitstring/init.py", line 197, in DtypeDefinition('uintle', Bits._setuintle, Bits._getuintle, int, False, uint_bits2chars, File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 275, in init if self.allowed_lengths: ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/bitstring/dtypes.py", line 244, in len return len(self.value) ^^^^^^^^^^^^^^^ OverflowError: Python int too large to convert to C ssize_t 2024-04-25 08:49:12.521 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration lifx: Exception importing homeassistant.components.lifx.config_flow 2024-04-25 09:21:22.938 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 10:07:47.949 WARNING (MainThread) [homeassistant.components.automation] Error evaluating condition in 'storage fan on': In 'condition' (item 1 of 2): In 'numeric_state': In 'numeric_state' condition: unknown entity sensor.sonoff_a4400264b3_temperature 2024-04-25 10:13:46.940 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 10:16:03.917 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to query the device 192.168.0.120:9999: 2024-04-25 10:19:45.910 ERROR (MainThread) [homeassistant.components.tplink.coordinator] Error fetching 192.168.0.120 data: Unable to connect to the device: 192.168.0.120:9999: 2024-04-25 10:43:05.780 WARNING (MainThread) [homeassistant.components.automation] Error evaluating condition in 'pump on': In 'condition' (item 2 of 2): In 'and': In 'numeric_state': In 'numeric_state' condition: unknown entity sensor.sonoff_a440021ea5_temperature 2024-04-25 12:03:06.090 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 12:06:05.937 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 12:08:42.938 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 12:10:32.950 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available 2024-04-25 12:21:58.594 WARNING (MainThread) [homeassistant.helpers.service] Referenced entities light.bathroom_closet are missing or not currently available

bdraco commented 1 week ago

dupe of https://github.com/home-assistant/core/issues/116079