Add entity translations to Balboa (#104543)

This commit is contained in:
Joost Lekkerkerker
2023-11-26 13:07:21 +01:00
committed by GitHub
parent e3599bc26f
commit 2e1c722303
6 changed files with 24 additions and 17 deletions

View File

@@ -59,6 +59,7 @@ class BalboaClimateEntity(BalboaEntity, ClimateEntity):
ClimateEntityFeature.TARGET_TEMPERATURE | ClimateEntityFeature.PRESET_MODE
)
_attr_translation_key = DOMAIN
_attr_name = None
def __init__(self, client: SpaClient) -> None:
"""Initialize the climate entity."""