Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.vicare.fan.VentilationMode Class Reference
Inheritance diagram for homeassistant.components.vicare.fan.VentilationMode:
[legend]
Collaboration diagram for homeassistant.components.vicare.fan.VentilationMode:
[legend]

Static Public Member Functions

str|None from_vicare_mode (str|None vicare_mode)
 
str|None to_vicare_mode (str|None mode)
 

Static Public Attributes

string PERMANENT = "permanent"
 
string SENSOR_DRIVEN = "sensor_driven"
 
string SENSOR_OVERRIDE = "sensor_override"
 
string VENTILATION = "ventilation"
 

Detailed Description

ViCare ventilation modes.

Definition at line 50 of file fan.py.

Member Function Documentation

◆ from_vicare_mode()

str | None homeassistant.components.vicare.fan.VentilationMode.from_vicare_mode ( str | None  vicare_mode)
static
Return the mapped Home Assistant mode for the ViCare ventilation mode.

Definition at line 71 of file fan.py.

◆ to_vicare_mode()

str | None homeassistant.components.vicare.fan.VentilationMode.to_vicare_mode ( str | None  mode)
static
Return the mapped ViCare ventilation mode for the Home Assistant mode.

Definition at line 59 of file fan.py.

Member Data Documentation

◆ PERMANENT

string homeassistant.components.vicare.fan.VentilationMode.PERMANENT = "permanent"
static

Definition at line 53 of file fan.py.

◆ SENSOR_DRIVEN

string homeassistant.components.vicare.fan.VentilationMode.SENSOR_DRIVEN = "sensor_driven"
static

Definition at line 55 of file fan.py.

◆ SENSOR_OVERRIDE

string homeassistant.components.vicare.fan.VentilationMode.SENSOR_OVERRIDE = "sensor_override"
static

Definition at line 56 of file fan.py.

◆ VENTILATION

string homeassistant.components.vicare.fan.VentilationMode.VENTILATION = "ventilation"
static

Definition at line 54 of file fan.py.


The documentation for this class was generated from the following file: