From b63f661fd03853f8619047bb64854c8f63125d63 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 22 Jul 2024 13:30:54 +0200 Subject: [PATCH] Update entity picture docstring --- homeassistant/components/matter/update.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/matter/update.py b/homeassistant/components/matter/update.py index 2ce173cc97c29..fb50884e9d2e6 100644 --- a/homeassistant/components/matter/update.py +++ b/homeassistant/components/matter/update.py @@ -156,10 +156,11 @@ def extra_restore_state_data(self) -> MatterUpdateExtraStoredData: @property def entity_picture(self) -> str | None: - """Return the entity picture to use in the frontend.""" + """Return the entity picture to use in the frontend. - # The Matter brand picture is not appropriate as this is the update - # entity for the device. + This overrides UpdateEntity.entity_picture because the Matter brand picture + is not appropriate for a matter device which has its own brand. + """ return None async def async_install(