mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user