Fix Android TV Remote entity naming (#95568)

Return None as Android TV Remote entity name
pull/95574/head
Artem Draft 2023-06-29 19:53:50 +03:00 committed by GitHub
parent 1f840db333
commit 33be262ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ from .const import DOMAIN
class AndroidTVRemoteBaseEntity(Entity):
"""Android TV Remote Base Entity."""
_attr_name = None
_attr_has_entity_name = True
_attr_should_poll = False