From 006e6e540bb03f8c5668380e61bd7cab4fc6b0e9 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 22 Jul 2018 11:24:36 +0200 Subject: [PATCH] Remove entity picture of Tuya entity --- homeassistant/components/tuya.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/homeassistant/components/tuya.py b/homeassistant/components/tuya.py index 337071baf697c9..f55fe7a03b39d0 100644 --- a/homeassistant/components/tuya.py +++ b/homeassistant/components/tuya.py @@ -142,11 +142,6 @@ def name(self): """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."""