mirror of
https://github.com/home-assistant/core.git
synced 2025-08-07 22:55:10 +02:00
Apply PR Feedback
This commit is contained in:
@@ -124,6 +124,7 @@ class CCM15Climate(CoordinatorEntity[CCM15Coordinator], ClimateEntity):
|
|||||||
self._ac_index: int = ac_index
|
self._ac_index: int = ac_index
|
||||||
self._attr_should_poll = True
|
self._attr_should_poll = True
|
||||||
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
|
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
|
||||||
|
self._attr_has_entity_name = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def unique_id(self) -> str:
|
def unique_id(self) -> str:
|
||||||
|
Reference in New Issue
Block a user