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 236820d093 Add integration for Vallox Ventilation Units (#24660)
* Add integration for Vallox Ventilation Units.

* Address review comments #1

* Address review comments #2

* Replace IOError with OSError.

* Bump to fixed version of vallox_websocket_api.
2019-06-25 11:38:24 +02:00

30 lines
743 B
YAML

set_profile:
description: Set the ventilation profile.
fields:
profile:
description: >
Set to any of: Home, Away, Boost, Fireplace
example: Away
set_profile_fan_speed_home:
description: Set the fan speed of the Home profile.
fields:
fan_speed:
description: Fan speed in %. Integer, between 0 and 100.
example: 50
set_profile_fan_speed_away:
description: Set the fan speed of the Away profile.
fields:
fan_speed:
description: Fan speed in %. Integer, between 0 and 100.
example: 25
set_profile_fan_speed_boost:
description: Set the fan speed of the Boost profile.
fields:
fan_speed:
description: Fan speed in %. Integer, between 0 and 100.
example: 65