ViCare ventilation modes.
Definition at line 50 of file fan.py.
◆ 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.
◆ PERMANENT
| string homeassistant.components.vicare.fan.VentilationMode.PERMANENT = "permanent" |
|
static |
◆ SENSOR_DRIVEN
| string homeassistant.components.vicare.fan.VentilationMode.SENSOR_DRIVEN = "sensor_driven" |
|
static |
◆ SENSOR_OVERRIDE
| string homeassistant.components.vicare.fan.VentilationMode.SENSOR_OVERRIDE = "sensor_override" |
|
static |
◆ VENTILATION
| string homeassistant.components.vicare.fan.VentilationMode.VENTILATION = "ventilation" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/vicare/fan.py