Skip to content

Commit

Permalink
Remove entity picture of Tuya entity (#15611)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored and MartinHjelmare committed Jul 22, 2018
1 parent 4de847f commit 75f40cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions homeassistant/components/tuya.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit 75f40cc

Please sign in to comment.