Wiz set name explicitely to None (#95593)

pull/95597/head
Paulus Schoutsen 2023-06-29 22:20:53 -04:00 committed by GitHub
parent b44e15415f
commit e77f419142
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)