mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Remove entity picture of Tuya entity (#15611)
This commit is contained in:
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."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user