Add garage door services.yaml

...because I was somehow still bored
This commit is contained in:
Robbie Trencheny 2016-07-31 11:34:18 -07:00 committed by GitHub
parent 0e367ceec6
commit 794205ad8d

View File

@ -0,0 +1,15 @@
open:
description: Open all or specified garage door
fields:
entity_id:
description: Name(s) of garage door(s) to open
example: 'garage.main'
close:
description: Close all or a specified garage door
fields:
entity_id:
description: Name(s) of garage door(s) to close
example: 'garage.main'