Fix Android TV Remote entity naming (#95568)

Return None as Android TV Remote entity name
This commit is contained in:
Artem Draft
2023-06-29 19:53:50 +03:00
committed by GitHub
parent 1f840db333
commit 33be262ad7

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