Apply PR Feedback

This commit is contained in:
Oscar Calvo
2023-08-20 20:19:06 +00:00
parent 788e4ecdc1
commit b5742a0dfc

View File

@@ -124,6 +124,7 @@ class CCM15Climate(CoordinatorEntity[CCM15Coordinator], ClimateEntity):
self._ac_index: int = ac_index
self._attr_should_poll = True
self._attr_temperature_unit = UnitOfTemperature.CELSIUS
self._attr_has_entity_name = True
@property
def unique_id(self) -> str: