Wiz set name explicitely to None (#95593)
This commit is contained in:
parent
b44e15415f
commit
e77f419142
1 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,8 @@ async def async_setup_entry(
|
|||
class WizBulbEntity(WizToggleEntity, LightEntity):
|
||||
"""Representation of WiZ Light bulb."""
|
||||
|
||||
_attr_name = None
|
||||
|
||||
def __init__(self, wiz_data: WizData, name: str) -> None:
|
||||
"""Initialize an WiZLight."""
|
||||
super().__init__(wiz_data, name)
|
||||
|
|
Loading…
Add table
Reference in a new issue