Remove entity picture of Tuya entity (#15611)

This commit is contained in:
Paulus Schoutsen 2018-07-22 12:10:32 +02:00 committed by Martin Hjelmare
parent 4de847f84e
commit 75f40ccb06

View File

@ -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."""