mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
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