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 ad3d964 commit 6ef3076Copy full SHA for 6ef3076
plugwise/entities.py
@@ -62,7 +62,9 @@ def icon_selector(arg, state):
62
"dhw_state": FLOW_ON_ICON if state else FLOW_OFF_ICON,
63
"flame_state": FLAME_ICON if state else IDLE_ICON,
64
"slave_boiler_state": FLAME_ICON if state else IDLE_ICON,
65
- "plugwise_notification": NOTIFICATION_ICON if state else NO_NOTIFICATION_ICON,
+ "plugwise_notification": NOTIFICATION_ICON
66
+ if state
67
+ else NO_NOTIFICATION_ICON,
68
}
69
return selector.get(arg)
70
0 commit comments