Cleanup ZHAEntity class (#30131)
Remove `_domain` attribute since we're not using it anymore.
This commit is contained in:
parent
8e3dfbd5c9
commit
9c23c4adf2
7 changed files with 0 additions and 12 deletions
|
@ -102,7 +102,6 @@ async def _async_setup_entities(
|
|||
class BinarySensor(ZhaEntity, BinarySensorDevice):
|
||||
"""ZHA BinarySensor."""
|
||||
|
||||
_domain = DOMAIN
|
||||
_device_class = None
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue