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 a0091e6 commit 4714f80Copy full SHA for 4714f80
plugwise_usb/nodes/scan.py
@@ -524,7 +524,7 @@ async def _scan_calibrate_light(self) -> bool:
524
)
525
526
async def get_state(self, features: tuple[NodeFeature]) -> dict[NodeFeature, Any]:
527
- """Update latest state for given feature."""
+ """Update latest state for given features."""
528
states: dict[NodeFeature, Any] = {}
529
for feature in features:
530
_LOGGER.debug(
0 commit comments