diff --git a/homeassistant/components/tuya.py b/homeassistant/components/tuya.py index 337071baf697c969eaaf77d3a241fd8fafa1aef6..f55fe7a03b39d0f9e44f76535df264bc829eb0b4 100644 --- a/homeassistant/components/tuya.py +++ b/homeassistant/components/tuya.py @@ -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."""