We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8aa5e commit 58175aeCopy full SHA for 58175ae
1 file changed
plugwise/smile.py
@@ -470,7 +470,7 @@ async def set_switch_state(
470
break
471
else: # actuators with a single item like relay_functionality
472
switch_id = item.get("id")
473
- LOGGER.debug("HOI switch_id: %s", switch_id)
+ LOGGER.debug("HOI switch_id: %s", switch_id)
474
475
uri = f"{APPLIANCES};id={appl_id}/{switch.device};id={switch_id}"
476
if model == "relay":
0 commit comments