Fix implicit use of device name in Verisure (#95781)
This commit is contained in:
parent
3fa1e12152
commit
430a1bcb3d
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ class VerisureSmartplug(CoordinatorEntity[VerisureDataUpdateCoordinator], Switch
|
|||
"""Representation of a Verisure smartplug."""
|
||||
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self, coordinator: VerisureDataUpdateCoordinator, serial_number: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue