Skip to content
Snippets Groups Projects
Commit 75f40ccb authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by Martin Hjelmare
Browse files

Remove entity picture of Tuya entity (#15611)

parent 4de847f8
No related branches found
No related tags found
No related merge requests found
......@@ -142,11 +142,6 @@ class TuyaDevice(Entity):
"""Return Tuya device name."""
return self.tuya.name()
@property
def entity_picture(self):
"""Return the entity picture to use in the frontend, if any."""
return self.tuya.iconurl()
@property
def available(self):
"""Return if the device is available."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment