Skip to content

Commit 3c0e5a6

Browse files
committed
Move control_state collection
1 parent c5d8262 commit 3c0e5a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@
251251
ACTIVE_ACTUATORS: Final[tuple[str, ...]] = get_args(ActuatorType)
252252

253253
ActuatorDataType = Literal[
254+
"control_state",
254255
"lower_bound",
255256
"regulation_control",
256257
"resolution",
@@ -288,6 +289,7 @@
288289
BINARY_SENSORS: Final[tuple[str, ...]] = get_args(BinarySensorType)
289290

290291
LIMITS: Final[tuple[str, ...]] = (
292+
"control_state",
291293
"lower_bound",
292294
"offset",
293295
"regulation_control",

0 commit comments

Comments
 (0)