Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.knx.const .FanZeroMode Class Reference
Inheritance diagram for homeassistant.components.knx.const .FanZeroMode:
[legend]
Collaboration diagram for homeassistant.components.knx.const .FanZeroMode:
[legend]

Static Public Attributes

 AUTO = FAN_AUTO
 
 Final
 
 OFF = FAN_OFF
 

Detailed Description

Enum for setting the fan zero mode.

Definition at line 132 of file const.py.

Member Data Documentation

◆ AUTO

homeassistant.components.knx.const .FanZeroMode.AUTO = FAN_AUTO
static

Definition at line 136 of file const.py.

◆ Final

homeassistant.components.knx.const .FanZeroMode.Final
static

Definition at line 139 of file const.py.

◆ OFF

homeassistant.components.knx.const .FanZeroMode.OFF = FAN_OFF
static

Definition at line 135 of file const.py.


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