Skip to content

Commit 6ea4209

Browse files
committed
Remove unused entity_picture property from Petlibro entities.
1 parent d212b88 commit 6ea4209

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

custom_components/petlibro/entity.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ def device_info(self) -> DeviceInfo | None:
6060
serial_number=self.device.serial,
6161
)
6262

63-
@property
64-
def entity_picture(self) -> str | None:
65-
"""Return the device product icon as entity picture."""
66-
return getattr(self.device, "icon_url", None)
67-
6863
async def async_added_to_hass(self) -> None:
6964
"""Set up a listener for the entity."""
7065
await super().async_added_to_hass()

custom_components/petlibro/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"iot_class": "cloud_polling",
1111
"issue_tracker": "https://github.com/jjjonesjr33/petlibro/issues",
1212
"loggers": ["petlibro"],
13-
"version": "1.3.1"
13+
"version": "1.3.2"
1414
}

0 commit comments

Comments
 (0)