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 d63a898 commit 6b382aaCopy full SHA for 6b382aa
plugwise/legacy/helper.py
@@ -10,6 +10,7 @@
10
from plugwise.common import SmileCommon
11
from plugwise.constants import (
12
ACTIVE_ACTUATORS,
13
+ ACTIVE_KEYS,
14
ACTUATOR_CLASSES,
15
APPLIANCES,
16
ATTR_NAME,
@@ -19,7 +20,6 @@
19
20
FAKE_APPL,
21
FAKE_LOC,
22
HEATER_CENTRAL_MEASUREMENTS,
- LIMITS,
23
NONE,
24
OFF,
25
P1_LEGACY_MEASUREMENTS,
@@ -365,7 +365,7 @@ def _get_actuator_functionalities(
365
) is not None and updated_date_key.text is None:
366
continue # pragma: no cover
367
368
- for key in LIMITS:
+ for key in ACTIVE_KEYS:
369
locator = (
370
f'.//actuator_functionalities/{functionality}[type="{item}"]/{key}'
371
)
0 commit comments