mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +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."""
|
"""Representation of a Nuki Lock Doorsensor."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_name = None
|
||||||
_attr_device_class = BinarySensorDeviceClass.DOOR
|
_attr_device_class = BinarySensorDeviceClass.DOOR
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
Loading…
x
Reference in New Issue
Block a user