Services implementation.
Definition at line 152 of file __init__.py.
◆ __init__()
◆ async_handle()
| None homeassistant.components.vallox.ValloxServiceHandler.async_handle |
( |
|
self, |
|
|
ServiceCall |
call |
|
) |
| |
◆ async_set_profile()
| bool homeassistant.components.vallox.ValloxServiceHandler.async_set_profile |
( |
|
self, |
|
|
str |
profile, |
|
|
int | None |
duration = None |
|
) |
| |
Activate profile for given duration.
Definition at line 201 of file __init__.py.
◆ async_set_profile_fan_speed_away()
| bool homeassistant.components.vallox.ValloxServiceHandler.async_set_profile_fan_speed_away |
( |
|
self, |
|
|
int |
fan_speed = DEFAULT_FAN_SPEED_AWAY |
|
) |
| |
Set the fan speed in percent for the Away profile.
Definition at line 175 of file __init__.py.
◆ async_set_profile_fan_speed_boost()
| bool homeassistant.components.vallox.ValloxServiceHandler.async_set_profile_fan_speed_boost |
( |
|
self, |
|
|
int |
fan_speed = DEFAULT_FAN_SPEED_BOOST |
|
) |
| |
Set the fan speed in percent for the Boost profile.
Definition at line 188 of file __init__.py.
◆ async_set_profile_fan_speed_home()
| bool homeassistant.components.vallox.ValloxServiceHandler.async_set_profile_fan_speed_home |
( |
|
self, |
|
|
int |
fan_speed = DEFAULT_FAN_SPEED_HOME |
|
) |
| |
Set the fan speed in percent for the Home profile.
Definition at line 162 of file __init__.py.
◆ _client
| homeassistant.components.vallox.ValloxServiceHandler._client |
|
private |
◆ _coordinator
| homeassistant.components.vallox.ValloxServiceHandler._coordinator |
|
private |
The documentation for this class was generated from the following file: