Skip to content

Commit 5459b51

Browse files
committed
Don't capitalize
1 parent 71855e4 commit 5459b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
MAX_SETPOINT: Final[float] = 30.0
8181
MIN_SETPOINT: Final[float] = 4.0
8282
NONE: Final = "None"
83-
OFF: Final = "Off"
83+
OFF: Final = "off"
8484

8585
# XML data paths
8686
APPLIANCES: Final = "/core/appliances"

0 commit comments

Comments
 (0)