Add icon translations to Escea (#111529)
This commit is contained in:
parent
e2c38c6415
commit
24050b6e0f
3 changed files with 10 additions and 3 deletions
|
@ -31,7 +31,6 @@ from .const import (
|
|||
DOMAIN,
|
||||
ESCEA_FIREPLACE,
|
||||
ESCEA_MANUFACTURER,
|
||||
ICON,
|
||||
)
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
@ -78,7 +77,7 @@ class ControllerEntity(ClimateEntity):
|
|||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF]
|
||||
_attr_icon = ICON
|
||||
_attr_translation_key = "fireplace"
|
||||
_attr_precision = PRECISION_WHOLE
|
||||
_attr_should_poll = False
|
||||
_attr_supported_features = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue