fix domain naming

This commit is contained in:
GyroGearl00se
2025-02-18 09:30:57 +01:00
parent 165ea961f0
commit ae179447eb
6 changed files with 8 additions and 8 deletions
@@ -81,7 +81,7 @@ class FroelingNumber(NumberEntity):
@property
def name(self):
translated_name = self._translations.get(f"component.froeling_modbus.entity.number.{self._entity_id}.name", self._entity_id)
translated_name = self._translations.get(f"component.froeling_lambdatronic_modbus.entity.number.{self._entity_id}.name", self._entity_id)
return f"{self._device_name} {translated_name}"
@property