Use device name for Nuki (#95941)

This commit is contained in:
Joost Lekkerkerker 2023-07-06 16:17:59 +02:00 committed by GitHub
parent 991ff81e46
commit 966e89a60c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: