mirror of
https://github.com/home-assistant/core.git
synced 2026-06-02 05:34:15 +01:00
Fix Android TV Remote entity naming (#95568)
Return None as Android TV Remote entity name
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user