Skip to content

Commit

Permalink
Fix Android TV Remote entity naming (#95568)
Browse files Browse the repository at this point in the history
Return None as Android TV Remote entity name
  • Loading branch information
Drafteed committed Jun 29, 2023
1 parent 1f840db commit 33be262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homeassistant/components/androidtv_remote/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
class AndroidTVRemoteBaseEntity(Entity):
"""Android TV Remote Base Entity."""

_attr_name = None
_attr_has_entity_name = True
_attr_should_poll = False

Expand Down

0 comments on commit 33be262

Please sign in to comment.