Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit c4f09fb

Browse files
authored
Update sensor.py
1 parent cec2d7b commit c4f09fb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • custom_components/honda_recall_check

custom_components/honda_recall_check/sensor.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ async def async_update(self):
4242
try:
4343
self._recalls = await self.hass.async_add_executor_job(self._api.check_recall)
4444
except HondaRecallAPIError as e:
45-
# Aquí podemos hacer un log del error si queremos.
46-
# logger.error(f"Error al obtener recalls: {e}")
45+
logger.error(f"Error al obtener recalls: {e}")
4746
self._recalls = []
4847

4948

0 commit comments

Comments
 (0)