mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Add garage door services.yaml
...because I was somehow still bored
This commit is contained in:
@@ -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'
|
||||
|
Reference in New Issue
Block a user