Skip to content

Commit

Permalink
Changing icon for appreciation phase
Browse files Browse the repository at this point in the history
  • Loading branch information
valleedelisle committed Jan 11, 2022
1 parent 7c1cc78 commit 3339791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/hilo/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -491,6 +491,8 @@ def state(self):
def icon(self):
if not self._device.available:
return "mdi:lan-disconnect"
if self.state == "appreciation":
return "mdi:glass-cocktail"
if self.state == "off":
return "mdi:lightning-bolt"
if self.state == "scheduled":
Expand Down

0 comments on commit 3339791

Please sign in to comment.