mirror of
https://github.com/natekspencer/hacs-oasis_mini.git
synced 2025-11-17 17:43:41 -05:00
Updates to handle firmware version 0.71 and other improvements
This commit is contained in:
@@ -39,11 +39,7 @@ class OasisMiniImageEntity(OasisMiniEntity, ImageEntity):
|
||||
|
||||
def image(self) -> bytes | None:
|
||||
"""Return bytes of image."""
|
||||
return draw_svg(
|
||||
self.device._current_track_details,
|
||||
self.device.progress,
|
||||
"1",
|
||||
)
|
||||
return draw_svg(self.device.track, self.device.progress, "1")
|
||||
|
||||
|
||||
async def async_setup_entry(
|
||||
|
||||
Reference in New Issue
Block a user