Skip to content

Commit

Permalink
Add blocked icon
Browse files Browse the repository at this point in the history
  • Loading branch information
rgc99 committed Feb 19, 2021
1 parent ccf637a commit d159f5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/irrigation_unlimited/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ICON_ON = "mdi:valve-open"
ICON_OFF = "mdi:valve-closed"
ICON_DISABLED = "mdi:circle-off-outline"
ICON_BLOCKED = "mdi:alert-octagon-outline"

# Platforms
BINARY_SENSOR = "binary_sensor"
Expand Down

0 comments on commit d159f5b

Please sign in to comment.