Notifications Alarmo HS

Bonjour à tous,
Depuis quelque temps mes notifications d’Alarmo ne fonctionnent plus.
Dans mon journal j’ai des erreurs :

Logger: homeassistant.util.logging
Source: util/logging.py:116
First occurred: 20 juin 2022, 08:43:59 (25 occurrences)
Last logged: 15:17:55

Exception in async_alarm_state_changed when dispatching 'alarmo_state_updated': ('1642341812', 'arming', 'armed_away') Traceback (most recent call last): File "/config/custom_components/alarmo/automations.py", line 111, in async_alarm_state_changed await self.async_execute_automation(automation_id, alarm_entity) File "/config/custom_components/alarmo/automations.py", line 199, in async_execute_automation arm_mode = await self.async_get_arm_mode_string(alarm_entity.arm_mode, lang) File "/config/custom_components/alarmo/automations.py", line 283, in async_get_arm_mode_string translations = await self.hass.helpers.translation.async_get_translations( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations cached = await cache.async_fetch(language, category, components) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch await self._async_load(language, components_to_load) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load for translation_strings in await asyncio.gather( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings await gather_with_concurrency( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency return await gather( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task return await task File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration integration = await _async_get_integration(hass, domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration raise IntegrationNotFound(domain) homeassistant.loader.IntegrationNotFound: Integration 'o' not found.
Exception in async_alarm_state_changed when dispatching 'alarmo_state_updated': ('1642341812', 'arming', 'armed_away') Traceback (most recent call last): File "/config/custom_components/alarmo/automations.py", line 111, in async_alarm_state_changed await self.async_execute_automation(automation_id, alarm_entity) File "/config/custom_components/alarmo/automations.py", line 199, in async_execute_automation arm_mode = await self.async_get_arm_mode_string(alarm_entity.arm_mode, lang) File "/config/custom_components/alarmo/automations.py", line 283, in async_get_arm_mode_string translations = await self.hass.helpers.translation.async_get_translations( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations cached = await cache.async_fetch(language, category, components) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch await self._async_load(language, components_to_load) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load for translation_strings in await asyncio.gather( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings await gather_with_concurrency( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency return await gather( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task return await task File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration integration = await _async_get_integration(hass, domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration raise IntegrationNotFound(domain) homeassistant.loader.IntegrationNotFound: Integration 'e' not found.
Exception in async_alarm_state_changed when dispatching 'alarmo_state_updated': ('1642341812', 'arming', 'armed_away') Traceback (most recent call last): File "/config/custom_components/alarmo/automations.py", line 111, in async_alarm_state_changed await self.async_execute_automation(automation_id, alarm_entity) File "/config/custom_components/alarmo/automations.py", line 199, in async_execute_automation arm_mode = await self.async_get_arm_mode_string(alarm_entity.arm_mode, lang) File "/config/custom_components/alarmo/automations.py", line 283, in async_get_arm_mode_string translations = await self.hass.helpers.translation.async_get_translations( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations cached = await cache.async_fetch(language, category, components) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch await self._async_load(language, components_to_load) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load for translation_strings in await asyncio.gather( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings await gather_with_concurrency( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency return await gather( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task return await task File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration integration = await _async_get_integration(hass, domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration raise IntegrationNotFound(domain) homeassistant.loader.IntegrationNotFound: Integration 'c' not found.
Exception in async_handle_event when dispatching 'alarmo_event': ('failed_to_arm', '1642341812', {'open_sensors': {'binary_sensor.fenetre_cuisine': 'open'}}) Traceback (most recent call last): File "/config/custom_components/alarmo/automations.py", line 138, in async_handle_event await self.async_execute_automation(automation_id, alarm_entity) File "/config/custom_components/alarmo/automations.py", line 180, in async_execute_automation parts.append(await self.async_get_open_sensor_string(entity_id, status, lang)) File "/config/custom_components/alarmo/automations.py", line 234, in async_get_open_sensor_string translations = await self.hass.helpers.translation.async_get_translations( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations cached = await cache.async_fetch(language, category, components) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch await self._async_load(language, components_to_load) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load for translation_strings in await asyncio.gather( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings await gather_with_concurrency( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency return await gather( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task return await task File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration integration = await _async_get_integration(hass, domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration raise IntegrationNotFound(domain) homeassistant.loader.IntegrationNotFound: Integration 'e' not found.
Exception in async_handle_event when dispatching 'alarmo_event': ('failed_to_arm', '1642341812', {'open_sensors': {'binary_sensor.fenetre_cuisine': 'open'}}) Traceback (most recent call last): File "/config/custom_components/alarmo/automations.py", line 138, in async_handle_event await self.async_execute_automation(automation_id, alarm_entity) File "/config/custom_components/alarmo/automations.py", line 180, in async_execute_automation parts.append(await self.async_get_open_sensor_string(entity_id, status, lang)) File "/config/custom_components/alarmo/automations.py", line 234, in async_get_open_sensor_string translations = await self.hass.helpers.translation.async_get_translations( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 317, in async_get_translations cached = await cache.async_fetch(language, category, components) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 222, in async_fetch await self._async_load(language, components_to_load) File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 237, in _async_load for translation_strings in await asyncio.gather( File "/usr/src/homeassistant/homeassistant/helpers/translation.py", line 157, in async_get_component_strings await gather_with_concurrency( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 199, in gather_with_concurrency return await gather( File "/usr/src/homeassistant/homeassistant/util/async_.py", line 197, in sem_task return await task File "/usr/src/homeassistant/homeassistant/loader.py", line 666, in async_get_integration integration = await _async_get_integration(hass, domain) File "/usr/src/homeassistant/homeassistant/loader.py", line 694, in _async_get_integration raise IntegrationNotFound(domain) homeassistant.loader.IntegrationNotFound: Integration 'b' not found.

Merci par avance de votre aide
Stéphane

Ma configuration

Alarmo Firmware: 1.8.7
Home Assistant Core 2022.6.5
Home Assistant Supervisor 2022.05.3
Home Assistant OS 8.1
RPI4

Je viens de constater que cela fonctionne si je met « Noms seulement »

Surement un problème avec le translate des noms !