not ideal but working bat charging

This commit is contained in:
2026-02-03 15:05:29 +01:00
parent 5b39f80862
commit a7a2da2eb2
11 changed files with 1241 additions and 37 deletions

View File

@ -49,7 +49,7 @@ async def async_setup_services(hass: HomeAssistant) -> None:
# Get translations for logs
try:
translations = await async_get_translations(
hass, hass.config.language, DOMAIN, ["mqtt"]
hass, hass.config.language, DOMAIN
)
except Exception as e:
_LOGGER.warning("Failed to load translations for services: %s", e)