forked from home-assistant/core
Remove entity picture of Tuya entity (#15611)
This commit is contained in:
committed by
Martin Hjelmare
parent
4de847f84e
commit
75f40ccb06
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user