Fix Android TV Remote entity naming (#95568)
Return None as Android TV Remote entity namepull/95574/head
parent
1f840db333
commit
33be262ad7
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue