Add simplegaragedoor

pull/320/head
Michael Zanetti 2020-08-01 00:26:22 +02:00
parent f66c3c4a60
commit 075046ff70
2 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<file>colorlight.json</file>
<file>garagedoor.json</file>
<file>impulsegaragedoor.json</file>
<file>simplegaragedoor.json</file>
<file>statefulgaragedoor.json</file>
<file>extendedstatefulgaragedoor.json</file>
<file>garagegate.json</file>

View File

@ -0,0 +1,4 @@
{
"description": "A Garage door that can take up and down as commands but cannot provide state information",
"extends": ["garagedoor", "closable"]
}