From 44b9771d8a634c6219faf78d4478c45332e52d27 Mon Sep 17 00:00:00 2001 From: Robbie Trencheny Date: Sun, 31 Jul 2016 11:27:57 -0700 Subject: [PATCH] Add rollershutter services.yaml ...because I was bored --- .../components/rollershutter/services.yaml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/homeassistant/components/rollershutter/services.yaml b/homeassistant/components/rollershutter/services.yaml index e69de29bb2d..b7ef0a17643 100644 --- a/homeassistant/components/rollershutter/services.yaml +++ b/homeassistant/components/rollershutter/services.yaml @@ -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'