1
mirror of https://github.com/home-assistant/core synced 2024-08-06 09:34:49 +02:00
ha-core/homeassistant/components/vallox/services.yaml
Andre Richter d13c3e3917
Migrate Vallox to new fan entity model (#56663)
* Migrate Vallox to new fan entity model

* Review comments 1

* Minor corrections

* Review comments 2
2021-09-29 17:14:41 +02:00

58 lines
1.2 KiB
YAML

set_profile:
name: Set profile
description: Set the ventilation profile.
fields:
profile:
name: Profile
description: "Set profile."
required: true
selector:
select:
options:
- 'Away'
- 'Boost'
- 'Fireplace'
- 'Home'
set_profile_fan_speed_home:
name: Set profile fan speed home
description: Set the fan speed of the Home profile.
fields:
fan_speed:
name: Fan speed
description: Fan speed.
required: true
selector:
number:
min: 0
max: 100
unit_of_measurement: '%'
set_profile_fan_speed_away:
name: Set profile fan speed away
description: Set the fan speed of the Away profile.
fields:
fan_speed:
name: Fan speed
description: Fan speed.
required: true
selector:
number:
min: 0
max: 100
unit_of_measurement: '%'
set_profile_fan_speed_boost:
name: Set profile fan speed boost
description: Set the fan speed of the Boost profile.
fields:
fan_speed:
name: Fan speed
description: Fan speed.
required: true
selector:
number:
min: 0
max: 100
unit_of_measurement: '%'