Skip to content

Commit ad3d964

Browse files
committed
1 parent 2f367c4 commit ad3d964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/entities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def notification(self):
5656
"""Plugwise Notification message."""
5757
return self._notification
5858

59+
@staticmethod
5960
def icon_selector(arg, state):
6061
selector = {
6162
"dhw_state": FLOW_ON_ICON if state else FLOW_OFF_ICON,

0 commit comments

Comments
 (0)