mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix Android TV Remote entity naming (#95568)
Return None as Android TV Remote entity name
This commit is contained in:
parent
1f840db333
commit
33be262ad7
@ -16,6 +16,7 @@ from .const import DOMAIN
|
|||||||
class AndroidTVRemoteBaseEntity(Entity):
|
class AndroidTVRemoteBaseEntity(Entity):
|
||||||
"""Android TV Remote Base Entity."""
|
"""Android TV Remote Base Entity."""
|
||||||
|
|
||||||
|
_attr_name = None
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
_attr_should_poll = False
|
_attr_should_poll = False
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user