forked from home-assistant/core
Fix Sensibo new entity naming style (#75307)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user