mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 04:35:11 +02:00
Fill in service info for thermostat
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user