mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Use device name for Nuki door sensor (#95904)
Explicitly set Nuki door sensor name to None Signed-off-by: Patrick ZAJDA <patrick@zajda.fr>
This commit is contained in:
parent
4b1d096e6b
commit
c27a014a0a
@ -36,6 +36,7 @@ class NukiDoorsensorEntity(NukiEntity[NukiDevice], BinarySensorEntity):
|
||||
"""Representation of a Nuki Lock Doorsensor."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
_attr_device_class = BinarySensorDeviceClass.DOOR
|
||||
|
||||
@property
|
||||
|
Loading…
x
Reference in New Issue
Block a user