Skip to content

Commit

Permalink
Merge pull request #45 from mdaskalov/tasmota-contact
Browse files Browse the repository at this point in the history
Add Tasmota contact support
  • Loading branch information
mdaskalov authored Oct 19, 2024
2 parents 0cd93c9 + 6ecd5b6 commit 7ee2621
Show file tree
Hide file tree
Showing 4 changed files with 675 additions and 855 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
Loading

0 comments on commit 7ee2621

Please sign in to comment.