mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 10:06:18 -05:00
ruff format
This commit is contained in:
@@ -301,7 +301,7 @@ class YamahaDeviceZone(MediaPlayerEntity):
|
||||
@property
|
||||
def unique_id(self) -> str:
|
||||
"""Return the unique ID for this media_player."""
|
||||
return self._attr_unique_id or ''
|
||||
return self._attr_unique_id or ""
|
||||
|
||||
@property
|
||||
def name(self):
|
||||
|
||||
Reference in New Issue
Block a user