Skip to content

Commit 5b0c72d

Browse files
authored
Merge pull request #451 from plugwise/capital
Don't use a capital when translating
2 parents 71855e4 + df3f266 commit 5b0c72d

File tree

4 files changed

+56
-52
lines changed

4 files changed

+56
-52
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.35.1
4+
5+
- Update OFF-constant, removal capital begin-letter
6+
37
## v0.35.0
48

59
- Feature: add "Off" as option in available_schedules, selecting this option will disable the active schedule for a thermostat.

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"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "0.35.0"
7+
version = "0.35.1"
88
license = {file = "LICENSE"}
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"

0 commit comments

Comments
 (0)