Use explicit device naming for Escea (#96270)

This commit is contained in:
Joost Lekkerkerker 2023-07-11 20:10:14 +02:00 committed by GitHub
parent b6e83be6f9
commit 72f080bf8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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