We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f367c4 commit ad3d964Copy full SHA for ad3d964
plugwise/entities.py
@@ -56,6 +56,7 @@ def notification(self):
56
"""Plugwise Notification message."""
57
return self._notification
58
59
+ @staticmethod
60
def icon_selector(arg, state):
61
selector = {
62
"dhw_state": FLOW_ON_ICON if state else FLOW_OFF_ICON,
0 commit comments