mirror of
https://github.com/home-assistant/core.git
synced 2026-09-01 18:24:52 -05:00
Fix implicit use of device name in TPLink switch (#97293)
This commit is contained in:
@@ -84,6 +84,8 @@ class SmartPlugLedSwitch(CoordinatedTPLinkEntity, SwitchEntity):
|
||||
class SmartPlugSwitch(CoordinatedTPLinkEntity, SwitchEntity):
|
||||
"""Representation of a TPLink Smart Plug switch."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
device: SmartDevice,
|
||||
|
||||
Reference in New Issue
Block a user