2024-12-18 10:11:57.634 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration open_meteo_solar_forecast 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-12-18 10:11:57.635 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration daily 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-12-18 10:11:57.637 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration dreame_vacuum 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-12-18 10:11:57.638 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-12-18 10:12:02.741 ERROR (MainThread) [homeassistant.setup] Error during setup of component rflink Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/setup.py", line 416, in _async_setup_component result = await task ^^^^^^^^^^ File "/usr/src/homeassistant/homeassistant/components/rflink/__init__.py", line 181, in async_setup host = config[DOMAIN].get(CONF_HOST) ~~~~~~^^^^^^^^ KeyError: 'rflink' 2024-12-18 10:12:02.744 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'rflink.sensor': Unable to set up component. 2024-12-18 10:12:02.772 ERROR (MainThread) [homeassistant.config] Invalid config for 'template' at templates.yaml, line 21: required key 'state' not provided Invalid config for 'template' at templates.yaml, line 23: 'value_template' is an invalid option for 'template', check: sensor->1->value_template Invalid config for 'template' at templates.yaml, line 24: 'attribute_templates' is an invalid option for 'template', check: sensor->1->attribute_templates 2024-12-18 10:12:03.073 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform 'rflink.light': Unable to set up component. 2024-12-18 10:12:03.283 ERROR (MainThread) [homeassistant.helpers.template] Template variable error: list object has no element 0 when rendering '{{ value_json.data.viewer.homes[0].currentSubscription.priceInfo.tomorrow[0].total | float (default=0) }}' 2024-12-18 10:12:03.579 WARNING (SyncWorker_8) [homeassistant.components.python_script] Folder python_scripts not found in configuration folder 2024-12-18 10:12:03.579 ERROR (MainThread) [homeassistant.setup] Setup failed for 'python_script': Integration failed to initialize. 2024-12-18 10:12:06.955 WARNING (MainThread) [homeassistant.components.heos] 192.168.178.16 is not logged in to a HEOS account and will be unable to retrieve HEOS favorites: Use the 'heos.sign_in' service to sign-in to a HEOS account 2024-12-18 10:12:09.305 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.solarproduction_of_last_3_days () is using native unit of measurement 'kwh' which is not a valid unit for the device class ('energy') it is using; expected one of ['cal', 'GJ', 'MWh', 'J', 'TWh', 'kJ', 'Wh', 'kcal', 'Mcal', 'GWh', 'kWh', 'MJ', 'Gcal']; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+sql%22 2024-12-18 10:12:11.471 WARNING (MainThread) [homeassistant.components.vlc_telnet] Failed to connect to VLC: Failed to connect: [Errno -5] Name has no usable address. Trying again 2024-12-18 10:12:12.744 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for ha-wozi-funk-rolladen @ 192.168.178.52: Error connecting to [AddrInfo(family=, type=, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.52', port=6053))]: [Errno 113] Connect call failed ('192.168.178.52', 6053) (SocketAPIError) 2024-12-18 10:12:12.805 WARNING (MainThread) [aioesphomeapi.reconnect_logic] Can't connect to ESPHome API for m5stack-atom-echo-0a00f0 @ 192.168.178.36: Error connecting to [AddrInfo(family=, type=, proto=6, sockaddr=IPv4Sockaddr(address='192.168.178.36', port=6053))]: [Errno 113] Connect call failed ('192.168.178.36', 6053) (SocketAPIError) 2024-12-18 10:12:16.516 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowSHx: Error: device: 1 address: 5600 -> pymodbus returned isError True 2024-12-18 10:12:18.533 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: SungrowACx: Error: device: 3 address: 21223 -> Modbus Error: [Input/Output] ERROR: No response received after 3 retries 2024-12-18 10:12:20.744 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map for domain camera with platform dreame_vacuum Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass await self.async_refresh_providers(write_state=False) File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers old_provider = self._webrtc_provider ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider' 2024-12-18 10:12:23.794 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_1 for domain camera with platform dreame_vacuum Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass await self.async_refresh_providers(write_state=False) File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers old_provider = self._webrtc_provider ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider' 2024-12-18 10:12:23.810 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_2 for domain camera with platform dreame_vacuum Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass await self.async_refresh_providers(write_state=False) File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers old_provider = self._webrtc_provider ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider' 2024-12-18 10:12:23.814 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_3 for domain camera with platform dreame_vacuum Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass await self.async_refresh_providers(write_state=False) File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers old_provider = self._webrtc_provider ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider' 2024-12-18 10:12:23.816 ERROR (MainThread) [homeassistant.components.camera] Error adding entity camera.einer_muss_ja_oben_putzen_map_4 for domain camera with platform dreame_vacuum Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 608, in _async_add_entities await coro File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 927, in _async_add_entity await entity.add_to_platform_finish() File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1382, in add_to_platform_finish await self.async_internal_added_to_hass() File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 829, in async_internal_added_to_hass await self.async_refresh_providers(write_state=False) File "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 837, in async_refresh_providers old_provider = self._webrtc_provider ^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'DreameVacuumCameraEntity' object has no attribute '_webrtc_provider' 2024-12-18 10:12:24.281 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2352, in forgiving_float_filter return float(value) ValueError: could not convert string to float: 'unavailable' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 631, in async_render render_result = _render_with_context(self.template, compiled, **kwargs) File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2733, in _render_with_context return template.render(**kwargs) ~~~~~~~~~~~~~~~^^^^^^^^^^ File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1304, in render self.environment.handle_exception() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 939, in handle_exception raise rewrite_traceback_stack(source=source) File "