mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Use explicit device naming for Escea (#96270)
This commit is contained in:
parent
b6e83be6f9
commit
72f080bf8b
@ -76,6 +76,7 @@ class ControllerEntity(ClimateEntity):
|
||||
|
||||
_attr_fan_modes = list(_HA_FAN_TO_ESCEA)
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_hvac_modes = [HVACMode.HEAT, HVACMode.OFF]
|
||||
_attr_icon = ICON
|
||||
_attr_precision = PRECISION_WHOLE
|
||||
|
Loading…
x
Reference in New Issue
Block a user