Je ne trouve rien au sujet de la maj mais je vous mets la copie ci-dessous :
2023-08-17 15:29:50.224 WARNING (SyncWorker_3) [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
2023-08-17 15:29:50.231 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration pollens 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
2023-08-17 15:29:50.234 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration alarmo 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
2023-08-17 15:29:50.236 WARNING (SyncWorker_3) [homeassistant.loader] We found a custom integration selve 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
2023-08-17 15:29:59.818 WARNING (MainThread) [homeassistant.components.ssdp] Could not set up UPnP/SSDP server, as a presentation URL could not be determined; Please configure your internal URL in the Home Assistant general configuration
2023-08-17 15:30:22.738 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:03
2023-08-17 15:30:30.786 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:30:30.797 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:30:30.801 WARNING (MainThread) [homeassistant.components.motioneye] Unable to get Home Assistant URL. Have you set the internal and/or external URLs in Settings -> System -> Network?
2023-08-17 15:31:30.063 WARNING (MainThread) [homeassistant.bootstrap] Waiting on integrations to complete setup: selve
2023-08-17 15:31:30.502 WARNING (MainThread) [homeassistant.util.async_] Detected blocking call to sleep inside the event loop. This is causing stability issues. Please report issue to the custom integration author for selve doing blocking calls at custom_components/selve/cover.py, line 62: selve = Selve(serial_port, False, logger = _LOGGER)
2023-08-17 15:31:32.011 ERROR (MainThread) [homeassistant.components.cover] Error while setting up selve platform for cover
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 353, in _async_setup_platform
await asyncio.shield(task)
File "/config/custom_components/selve/cover.py", line 62, in async_setup_entry
selve = Selve(serial_port, False, logger = _LOGGER)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 123, in __init__
self._setup()
File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 183, in _setup
if self.pingGateway():
^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 695, in pingGateway
methodResponse = self.executeCommandSyncWithResponse(cmd)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 487, in executeCommandSyncWithResponse
resp = self._executeCommandSyncWithResponse(command)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/selve/__init__.py", line 511, in _executeCommandSyncWithResponse
msg += response.decode()
^^^^^^^^^^^^^^^^^
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xfe in position 0: invalid start byte
2023-08-17 15:31:32.238 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
on
{% else %}
off
{% endif %}) renders=2>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1908, 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 563, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2179, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, 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 1911, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1609, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
on
{% else %}
off
{% 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 684, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 565, 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.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
on
{% else %}
off
{% endif %}' but no default was specified
2023-08-17 15:31:32.256 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
on
{% else %}
off
{% endif %}' but no default was specified') while processing template 'Template<template=({%if states("sensor.sunazimuth") | float >120 and states("sensor.sunazimuth") | float <=210 and states("sensor.sunelevation") | float >=21 %}
on
{% else %}
off
{% endif %}) renders=4>' for attribute '_state' in entity 'binary_sensor.soleil_fenetre_est'
2023-08-17 15:31:32.271 ERROR (MainThread) [homeassistant.helpers.event] Error while processing template: Template<template=({%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
on
{% else %}
off
{% endif %}) renders=2>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1908, 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 563, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2179, in _render_with_context
return template.render(**kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 1301, in render
self.environment.handle_exception()
File "/usr/local/lib/python3.11/site-packages/jinja2/environment.py", line 936, 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 1911, in forgiving_float_filter
raise_no_default("float", value)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1609, in raise_no_default
raise ValueError(
ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
on
{% else %}
off
{% 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 684, in async_render_to_info
render_info._result = self.async_render(variables, strict=strict, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 565, 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.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
on
{% else %}
off
{% endif %}' but no default was specified
2023-08-17 15:31:32.296 ERROR (MainThread) [homeassistant.helpers.template_entity] TemplateError('ValueError: Template error: float got invalid input 'unknown' when rendering template '{%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
on
{% else %}
off
{% endif %}' but no default was specified') while processing template 'Template<template=({%if states("sensor.sunazimuth") | float >160 and states("sensor.sunazimuth") | float <=240 and states("sensor.sunelevation") | float >=5 %}
on
{% else %}
off
{% endif %}) renders=4>' for attribute '_state' in entity 'binary_sensor.soleil_fenetre_sud'
2023-08-17 15:31:42.804 WARNING (MainThread) [homeassistant.components.binary_sensor] Updating ping binary_sensor took longer than the scheduled update interval 0:00:03