Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions homeassistant/components/mqtt/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,7 @@ class MqttUpdate(MqttEntity, UpdateEntity, RestoreEntity):
@property
def entity_picture(self) -> str | None:
"""Return the entity picture to use in the frontend."""
if self._attr_entity_picture is not None:
return self._attr_entity_picture

return super().entity_picture
return self._attr_entity_picture

@staticmethod
def config_schema() -> VolSchemaType:
Expand Down