Skip to content
This repository was archived by the owner on May 8, 2026. It is now read-only.

Commit b177e9e

Browse files
committed
make #184 run (really !)
1 parent 26d9dfd commit b177e9e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/services/HomeMaticKeyMaticAccessory.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ class HomeMaticKeyMaticAccessory extends HomeMaticAccessory {
113113

114114
static configurationItems () {
115115
return {
116-
'Type': {
117-
type: 'unlockMode',
116+
'unlockMode': {
117+
type: 'option',
118118
array: ['unlock', 'open'],
119119
default: 'unlock',
120120
label: 'Unlock mode',

0 commit comments

Comments
 (0)