Skip to content

Commit b177e9e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)