mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use device name for Nuki (#95941)
This commit is contained in:
parent
991ff81e46
commit
966e89a60c
@ -72,6 +72,7 @@ class NukiDeviceEntity(NukiEntity[_NukiDeviceT], LockEntity):
|
||||
_attr_has_entity_name = True
|
||||
_attr_supported_features = LockEntityFeature.OPEN
|
||||
_attr_translation_key = "nuki_lock"
|
||||
_attr_name = None
|
||||
|
||||
@property
|
||||
def unique_id(self) -> str | None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user