Skip to content

Commit

Permalink
Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Mar 27, 2024
1 parent 50b5a0f commit 32cfb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nuki_lock/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ async def nuki_lock_unpair_to_code(config, action_id, template_arg, args):
}
),
)
async def nuki_lock_pairing_mode_to_code(config, action_id, template_arg, args):
async def nuki_lock_set_pairing_mode_to_code(config, action_id, template_arg, args):
paren = await cg.get_variable(config[CONF_ID])
return cg.new_Pvariable(action_id, template_arg, paren)

0 comments on commit 32cfb98

Please sign in to comment.