mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Add rollershutter services.yaml
...because I was bored
This commit is contained in:
parent
122581da7f
commit
44b9771d8a
@ -0,0 +1,23 @@
|
|||||||
|
move_up:
|
||||||
|
description: Move up all or specified roller shutter
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name(s) of roller shutter(s) to move up
|
||||||
|
example: 'rollershutter.living_room'
|
||||||
|
|
||||||
|
move_down:
|
||||||
|
description: Move down all or specified roller shutter
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name(s) of roller shutter(s) to move down
|
||||||
|
example: 'rollershutter.living_room'
|
||||||
|
|
||||||
|
stop:
|
||||||
|
description: Stop all or specified roller shutter
|
||||||
|
|
||||||
|
fields:
|
||||||
|
entity_id:
|
||||||
|
description: Name(s) of roller shutter(s) to stop
|
||||||
|
example: 'rollershutter.living_room'
|
Loading…
x
Reference in New Issue
Block a user