mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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_has_entity_name = True
|
||||||
_attr_supported_features = LockEntityFeature.OPEN
|
_attr_supported_features = LockEntityFeature.OPEN
|
||||||
_attr_translation_key = "nuki_lock"
|
_attr_translation_key = "nuki_lock"
|
||||||
|
_attr_name = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def unique_id(self) -> str | None:
|
def unique_id(self) -> str | None:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user