Fix Sensibo new entity naming style (#75307)

This commit is contained in:
G Johansson 2022-07-16 14:33:18 +02:00 committed by GitHub
parent d0c4d39ae2
commit 027cdbdb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -240,7 +240,6 @@ class SensiboMotionSensor(SensiboMotionBaseEntity, SensorEntity):
)
self.entity_description = entity_description
self._attr_unique_id = f"{sensor_id}-{entity_description.key}"
self._attr_name = entity_description.name
@property
def native_unit_of_measurement(self) -> str | None: