diff --git a/homeassistant/components/matter/update.py b/homeassistant/components/matter/update.py index 2ce173cc97c292..fb50884e9d2e6f 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(