mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 08:47:57 +00:00
Migrate LG Soundbar to has entity name (#98773)
This commit is contained in:
parent
5a835e703f
commit
53c118f652
@ -45,6 +45,8 @@ class LGDevice(MediaPlayerEntity):
|
||||
| MediaPlayerEntityFeature.SELECT_SOURCE
|
||||
| MediaPlayerEntityFeature.SELECT_SOUND_MODE
|
||||
)
|
||||
_attr_has_entity_name = True
|
||||
_attr_name = None
|
||||
|
||||
def __init__(self, host, port, unique_id):
|
||||
"""Initialize the LG speakers."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user