From 0a36c96a557cb58b185d20c763ff7f52814c0c2e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 27 Oct 2015 19:51:50 -0700 Subject: [PATCH] Fill in service info for thermostat --- .../components/thermostat/services.yaml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/homeassistant/components/thermostat/services.yaml b/homeassistant/components/thermostat/services.yaml index e69de29bb2d..0d4f4726204 100644 --- a/homeassistant/components/thermostat/services.yaml +++ b/homeassistant/components/thermostat/services.yaml @@ -0,0 +1,24 @@ + +set_away_mode: + description: Turn away mode on/off for a thermostat + + fields: + entity_id: + description: Name(s) of entities to change + example: 'light.kitchen' + + away_mode: + description: New value of away mode + example: true + +set_temperature: + description: Set temperature of thermostat + + fields: + entity_id: + description: Name(s) of entities to change + example: 'light.kitchen' + + temperature: + description: New target temperature for thermostat + example: 25