not ideal but working bat charging
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user