mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Fix Sensibo new entity naming style (#75307)
This commit is contained in:
parent
d0c4d39ae2
commit
027cdbdb38
@ -240,7 +240,6 @@ class SensiboMotionSensor(SensiboMotionBaseEntity, SensorEntity):
|
|||||||
)
|
)
|
||||||
self.entity_description = entity_description
|
self.entity_description = entity_description
|
||||||
self._attr_unique_id = f"{sensor_id}-{entity_description.key}"
|
self._attr_unique_id = f"{sensor_id}-{entity_description.key}"
|
||||||
self._attr_name = entity_description.name
|
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def native_unit_of_measurement(self) -> str | None:
|
def native_unit_of_measurement(self) -> str | None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user