Core 2024.11 Breaks Everything

After updating my RPi 4 Home Assistant with core 2024.11.1 (or the previous version), I’m greated with ‘Error loading Lovelace page’ and virtually nothing is accessable.
Fortunately it is possible to get to the backups and roll back.

1 Like

Meanwhile you post no logs.

How do I attached the file?
Now that I’ve restored my system (again) the logs are showing errors around modbus and moonraker:-

2024-11-08 20:32:33.945 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration smart_thermostat 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-11-08 20:32:33.947 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-11-08 20:32:33.949 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration moonraker 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-11-08 20:32:33.951 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_energy 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-11-08 20:32:35.612 WARNING (MainThread) [homeassistant.helpers.config_validation] The 'base_url' option near /config/configuration.yaml:11 is deprecated, please remove it from your configuration

2024-11-08 20:32:48.892 WARNING (MainThread) [pymodbus.logging] Failed to connect

2024-11-08 20:32:48.892 WARNING (MainThread) [homeassistant.components.modbus.modbus] modbus Office_Radar_Sensor communication open

2024-11-08 20:32:48.893 WARNING (MainThread) [pymodbus.logging] Failed to connect

2024-11-08 20:32:48.893 WARNING (MainThread) [homeassistant.components.modbus.modbus] modbus Dining_Room_Radar_Sensor communication open

2024-11-08 20:32:48.894 WARNING (MainThread) [pymodbus.logging] Failed to connect

2024-11-08 20:32:48.894 WARNING (MainThread) [homeassistant.components.modbus.modbus] modbus cerbo communication open

2024-11-08 20:32:52.152 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: Office_Radar_Sensor: Error: device: 0 address: 802 -> Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.0.211:502]

2024-11-08 20:32:52.152 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: Dining_Room_Radar_Sensor: Error: device: 0 address: 802 -> Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.0.225:502]

2024-11-08 20:32:52.153 ERROR (MainThread) [homeassistant.components.modbus.modbus] Pymodbus: cerbo: Error: device: 223 address: 2702 -> Modbus Error: [Connection] Not connected[AsyncModbusTcpClient 192.168.1.120:502]

2024-11-08 20:32:55.202 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:32:55.203 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:33:08.406 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({% if states('sensor.battery_load')|float > 0 %} {{ states('sensor.battery_load') }} {% else %} 0 {% endif %}) renders=2>

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2348, in forgiving_float_filter

return float(value)

^^^^^^^^^^^^

ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 632, in async_render

render_result = _render_with_context(self.template, compiled, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2729, in _render_with_context

return template.render(**kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1304, in render

self.environment.handle_exception()

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 939, in handle_exception

raise rewrite_traceback_stack(source=source)

File "<template>", line 1, in top-level template code

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2351, in forgiving_float_filter

raise_no_default("float", value)

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1905, in raise_no_default

raise ValueError(

ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float > 0 %} {{ states('sensor.battery_load') }} {% else %} 0 {% endif %}' but no default was specified

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

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 749, in async_render_to_info

render_info._result = self.async_render( # noqa: SLF001

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 634, in async_render

raise TemplateError(err) from err

homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float > 0 %} {{ states('sensor.battery_load') }} {% else %} 0 {% endif %}' but no default was specified

2024-11-08 20:33:08.416 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float > 0 %} {{ states('sensor.battery_load') }} {% else %} 0 {% endif %}' but no default was specified') while processing template 'Template<template=({% if states('sensor.battery_load')|float > 0 %} {{ states('sensor.battery_load') }} {% else %} 0 {% endif %}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.battery_input_power'

2024-11-08 20:33:08.417 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({% if states('sensor.battery_load')|float < 0 %} {{ -1 * states('sensor.battery_load')|float }} {% else %} 0 {% endif %}) renders=2>

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2348, in forgiving_float_filter

return float(value)

^^^^^^^^^^^^

ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 632, in async_render

render_result = _render_with_context(self.template, compiled, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2729, in _render_with_context

return template.render(**kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1304, in render

self.environment.handle_exception()

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 939, in handle_exception

raise rewrite_traceback_stack(source=source)

File "<template>", line 1, in top-level template code

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2351, in forgiving_float_filter

raise_no_default("float", value)

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1905, in raise_no_default

raise ValueError(

ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float < 0 %} {{ -1 * states('sensor.battery_load')|float }} {% else %} 0 {% endif %}' but no default was specified

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

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 749, in async_render_to_info

render_info._result = self.async_render( # noqa: SLF001

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 634, in async_render

raise TemplateError(err) from err

homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float < 0 %} {{ -1 * states('sensor.battery_load')|float }} {% else %} 0 {% endif %}' but no default was specified

2024-11-08 20:33:08.424 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{% if states('sensor.battery_load')|float < 0 %} {{ -1 * states('sensor.battery_load')|float }} {% else %} 0 {% endif %}' but no default was specified') while processing template 'Template<template=({% if states('sensor.battery_load')|float < 0 %} {{ -1 * states('sensor.battery_load')|float }} {% else %} 0 {% endif %}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.battery_output_power'

2024-11-08 20:33:08.440 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({{(((80 - (states('sensor.rain_tank_sr04_distance')| float)) / 80) * 100) | round(2)}}) renders=2>

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2348, in forgiving_float_filter

return float(value)

^^^^^^^^^^^^

ValueError: could not convert string to float: 'unknown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 632, in async_render

render_result = _render_with_context(self.template, compiled, **kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2729, in _render_with_context

return template.render(**kwargs)

^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 1304, in render

self.environment.handle_exception()

File "/usr/local/lib/python3.12/site-packages/jinja2/environment.py", line 939, in handle_exception

raise rewrite_traceback_stack(source=source)

File "<template>", line 1, in top-level template code

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2351, in forgiving_float_filter

raise_no_default("float", value)

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1905, in raise_no_default

raise ValueError(

ValueError: Template error: float got invalid input 'unknown' when rendering template '{{(((80 - (states('sensor.rain_tank_sr04_distance')| float)) / 80) * 100) | round(2)}}' but no default was specified

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

Traceback (most recent call last):

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 749, in async_render_to_info

render_info._result = self.async_render( # noqa: SLF001

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 634, in async_render

raise TemplateError(err) from err

homeassistant.exceptions.TemplateError: ValueError: Template error: float got invalid input 'unknown' when rendering template '{{(((80 - (states('sensor.rain_tank_sr04_distance')| float)) / 80) * 100) | round(2)}}' but no default was specified

2024-11-08 20:33:08.444 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{{(((80 - (states('sensor.rain_tank_sr04_distance')| float)) / 80) * 100) | round(2)}}' but no default was specified') while processing template 'Template<template=({{(((80 - (states('sensor.rain_tank_sr04_distance')| float)) / 80) * 100) | round(2)}}) renders=4>' for attribute '_attr_native_value' in entity 'sensor.rain_tank_level'

2024-11-08 20:33:12.164 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:33:12.166 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:33:25.596 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:33:25.597 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:33:48.302 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.octopus_energy_electricity_22j0587738_2000013171192_previous_accumulative_consumption is taking over 10 seconds

2024-11-08 20:33:48.306 WARNING (MainThread) [homeassistant.helpers.entity] Update of sensor.octopus_energy_gas_g4f30727012300_3325335508_previous_accumulative_consumption_m3 is taking over 10 seconds

2024-11-08 20:33:48.828 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:33:48.829 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:34:00.234 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:34:00.235 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:34:31.964 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:34:31.966 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:35:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:35:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:35:55.356 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:35:55.357 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:36:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:36:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:37:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:37:00.235 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:37:18.908 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:37:18.910 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:38:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:38:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:38:42.076 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:38:42.077 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:39:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:39:00.234 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:40:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:40:00.234 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:40:05.404 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:40:05.406 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:41:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:41:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:41:28.604 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:41:28.606 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:42:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:42:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:42:51.740 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:42:51.742 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:43:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:43:00.234 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:44:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:44:00.233 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:44:14.876 WARNING (MainThread) [custom_components.moonraker] Cannot configure moonraker instance

2024-11-08 20:44:14.877 ERROR (MainThread) [moonraker_api.websockets.websocketclient] Websocket connection error: Cannot connect to host 192.168.0.140:4408 ssl:default [Connect call failed ('192.168.0.140', 4408)]

2024-11-08 20:45:00.232 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Update energy used values: Error executing script. Error for call_service at pos 1: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

2024-11-08 20:45:00.235 ERROR (MainThread) [homeassistant.components.automation.update_energy_used_values] Error while executing automation automation.update_energy_used_values: Template rendered invalid service: service: input_number.set_value data: value: >- -0.06749999999999545 target: entity_id: input_number.grid_returned_today

I would first check the templates for missing defaults in the value_templates.
Then it I would remove the base_url from the configuration file and then restart and look for other drepcated warnings in the logs.

After a day of hunting down Template gotcha’s and getting rid of the now uneeded modbus configs and a few old automations, I’m still no closer to having a working system running on core v1.11.1. Though I am now only seeing some warnings about the HACS I use.

2024-11-09 18:02:23.069 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-11-09 18:02:23.071 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration moonraker 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-11-09 18:02:23.073 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_energy 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

Reverting to 1.10.4

2024-11-09 18:08:30.979 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-11-09 18:08:30.981 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration moonraker 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-11-09 18:08:30.983 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration octopus_energy 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-11-09 18:08:32.418 WARNING (MainThread) [homeassistant.helpers.translation] Failed to load integration for translation: Integration 'go2rtc' not found.
2024-11-09 18:08:39.379 ERROR (MainThread) [homeassistant.setup] Setup failed for 'go2rtc': Integration not found.

Feeling sheepish, after all that stress, it turned out to be a browser caching problem :-/ Recreating the shortcut that I was using fixed it!

Thanks for the help.