Skip to content

Commit

Permalink
added contact sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
mdaskalov committed Oct 19, 2024
1 parent 35d8679 commit ca0b993
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,18 @@
}, {
"title": "Switch 4",
"enum": [ "POWER4" ]
}, {
"title": "ContactSensor 1",
"enum": [ "Switch1" ]
}, {
"title": "ContactSensor 2",
"enum": [ "Switch2" ]
}, {
"title": "ContactSensor 3",
"enum": [ "Switch3" ]
}, {
"title": "ContactSensor 4",
"enum": [ "Switch4" ]
}, {
"title": "Light 1",
"enum": [ "LIGHT1" ]
Expand Down

0 comments on commit ca0b993

Please sign in to comment.