Chris
Chris
Ah horrible schlege locks. Try using the service call: ```yaml - service: zwave_js.invoke_cc_api target: entity_id: lock.assure_2_keyless_touch_screen_deadbolt data: command_class: "99" method_name: get parameters: - 1 ``` And see if your slot...
No that was incorrect, put in parameters `[ 1 ]` Edit: here's what it looks like in YAML mode: 
What are you seeing in the debug logs?
``` 2024-08-25 13:29:39.075 DEBUG (MainThread) [custom_components.keymaster] DEBUG: Ignoring code slot with * in value for code slot 1 2024-08-25 13:29:39.075 DEBUG (MainThread) [custom_components.keymaster] Work around code in use. 2024-08-25 13:29:39.075...
Try re-generating the package files via the service call:  Then restart HA.
Maybe give lock-code-manager a try: https://github.com/raman325/lock_code_manager It's like keymaster but lighter, all the heavy lifting is done by the integration rather than scripts/automations/etc.
I am unsure as well.
Is there a plain text version of the email sent as well?
Are you using gmail?
If you can somehow check the raw message, it'll tell you something like multipart message, then have an html version and a plain text version. Are you using an email...