We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
entity_picture
1 parent d212b88 commit 6ea4209Copy full SHA for 6ea4209
2 files changed
custom_components/petlibro/entity.py
@@ -60,11 +60,6 @@ def device_info(self) -> DeviceInfo | None:
60
serial_number=self.device.serial,
61
)
62
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
-
68
async def async_added_to_hass(self) -> None:
69
"""Set up a listener for the entity."""
70
await super().async_added_to_hass()
custom_components/petlibro/manifest.json
@@ -10,5 +10,5 @@
10
"iot_class": "cloud_polling",
11
"issue_tracker": "https://github.com/jjjonesjr33/petlibro/issues",
12
"loggers": ["petlibro"],
13
- "version": "1.3.1"
+ "version": "1.3.2"
14
}
0 commit comments