Add option for synchronizing the secret door state (resolves #3)

This commit is contained in:
2021-03-14 00:30:40 +01:00
parent 0f1975f9ae
commit 47c5eecd9c
4 changed files with 41 additions and 7 deletions

View File

@@ -34,7 +34,8 @@
},
"synchronizedDoors": {
"description": "State changes of doors in the same synchronization group will be synchronized across scenes. Leave blank to disable synchronization for this door.",
"groupName": "Synchronization Group"
"groupName": "Synchronization Group",
"synchronizeSecretStatus": "Synchronize Secret Status"
}
}
}