From 75f40ccb067685094226888874c83e0c91c3f3ee Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <paulus@paulusschoutsen.nl>
Date: Sun, 22 Jul 2018 12:10:32 +0200
Subject: [PATCH] Remove entity picture of Tuya entity (#15611)

---
 homeassistant/components/tuya.py | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/homeassistant/components/tuya.py b/homeassistant/components/tuya.py
index 337071baf69..f55fe7a03b3 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."""
-- 
GitLab