Release v2.0.0

This commit is contained in:
SMKRV
2024-11-21 13:56:22 +03:00
parent 31e30d94aa
commit 149ec16d57
4 changed files with 108 additions and 37 deletions
+2 -2
View File
@@ -204,8 +204,8 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
try:
await coordinator.async_ask_question(question, **request_params)
except Exception as err:
_LOGGER.error("Error asking question: %s", str(err))
except Exception as err:
_LOGGER.error("Error asking question: %s", str(err))
async def async_clear_history(call: ServiceCall) -> None:
"""Handle the clear_history service call."""