Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.ccm15.const Namespace Reference

Variables

dictionary CONST_CMD_FAN_MAP = {v: k for k, v in CONST_FAN_CMD_MAP.items()}
 
dictionary CONST_CMD_STATE_MAP = {v: k for k, v in CONST_STATE_CMD_MAP.items()}
 
dictionary CONST_FAN_CMD_MAP = {FAN_AUTO: 0, FAN_LOW: 2, FAN_MEDIUM: 3, FAN_HIGH: 4, FAN_OFF: 5}
 
dictionary CONST_STATE_CMD_MAP
 
int DEFAULT_INTERVAL = 30
 
int DEFAULT_TIMEOUT = 10
 
string DOMAIN = "ccm15"
 

Detailed Description

Constants for the Midea ccm15 AC Controller integration.

Variable Documentation

◆ CONST_CMD_FAN_MAP

dictionary homeassistant.components.ccm15.const.CONST_CMD_FAN_MAP = {v: k for k, v in CONST_FAN_CMD_MAP.items()}

Definition at line 26 of file const.py.

◆ CONST_CMD_STATE_MAP

dictionary homeassistant.components.ccm15.const.CONST_CMD_STATE_MAP = {v: k for k, v in CONST_STATE_CMD_MAP.items()}

Definition at line 24 of file const.py.

◆ CONST_FAN_CMD_MAP

dictionary homeassistant.components.ccm15.const.CONST_FAN_CMD_MAP = {FAN_AUTO: 0, FAN_LOW: 2, FAN_MEDIUM: 3, FAN_HIGH: 4, FAN_OFF: 5}

Definition at line 25 of file const.py.

◆ CONST_STATE_CMD_MAP

dictionary homeassistant.components.ccm15.const.CONST_STATE_CMD_MAP
Initial value:
1 = {
2  HVACMode.COOL: 0,
3  HVACMode.HEAT: 1,
4  HVACMode.DRY: 2,
5  HVACMode.FAN_ONLY: 3,
6  HVACMode.OFF: 4,
7  HVACMode.AUTO: 5,
8 }

Definition at line 16 of file const.py.

◆ DEFAULT_INTERVAL

int homeassistant.components.ccm15.const.DEFAULT_INTERVAL = 30

Definition at line 14 of file const.py.

◆ DEFAULT_TIMEOUT

int homeassistant.components.ccm15.const.DEFAULT_TIMEOUT = 10

Definition at line 13 of file const.py.

◆ DOMAIN

string homeassistant.components.ccm15.const.DOMAIN = "ccm15"

Definition at line 12 of file const.py.