Skip to content

Commit

Permalink
Update entity picture docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Jul 22, 2024
1 parent 182fa5d commit b63f661
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions homeassistant/components/matter/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b63f661

Please sign in to comment.