Cleanup ZHAEntity class (#30131)

Remove `_domain` attribute since we're not using it anymore.
This commit is contained in:
Alexei Chetroi 2019-12-21 18:33:00 -05:00 committed by GitHub
parent 8e3dfbd5c9
commit 9c23c4adf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 12 deletions

View file

@ -102,7 +102,6 @@ async def _async_setup_entities(
class BinarySensor(ZhaEntity, BinarySensorDevice):
"""ZHA BinarySensor."""
_domain = DOMAIN
_device_class = None
def __init__(self, **kwargs):