not ideal but working bat charging
This commit is contained in:
@ -51,7 +51,7 @@ class PstrykAPIClient:
|
||||
if not self._translations_loaded:
|
||||
try:
|
||||
self._translations = await async_get_translations(
|
||||
self.hass, self.hass.config.language, DOMAIN, ["debug"]
|
||||
self.hass, self.hass.config.language, DOMAIN
|
||||
)
|
||||
self._translations_loaded = True
|
||||
# Debug: log sample keys to understand the format
|
||||
|
||||
Reference in New Issue
Block a user