1
mirror of https://github.com/home-assistant/core synced 2024-07-30 21:18:57 +02:00
ha-core/homeassistant/components/mill/services.yaml
tkdrob 028a07d86f
Wrap up selectors (#50794)
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-05-25 14:45:17 +02:00

36 lines
806 B
YAML

set_room_temperature:
name: Set room temperature
description: Set Mill room temperatures.
fields:
room_name:
name: Room name
description: Name of room to change.
required: true
example: "kitchen"
selector:
text:
away_temp:
name: Away temperature
description: Away temp.
selector:
number:
min: 0
max: 100
unit_of_measurement: '°'
comfort_temp:
name: Comfort temperature
description: Comfort temp.
selector:
number:
min: 0
max: 100
unit_of_measurement: '°'
sleep_temp:
name: Sleep temperature
description: Sleep temp.
selector:
number:
min: 0
max: 100
unit_of_measurement: '°'