mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +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 Tuya device name."""
|
||||||
return self.tuya.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
|
@property
|
||||||
def available(self):
|
def available(self):
|
||||||
"""Return if the device is available."""
|
"""Return if the device is available."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user