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

Variables

string COORDINATOR = "coordinator"
 
string COORDINATORS = "coordinators"
 
string DATA_DISCOVERY_SERVICE = "gree_discovery"
 
int DISCOVERY_SCAN_INTERVAL = 300
 
int DISCOVERY_TIMEOUT = 8
 
string DISPATCH_DEVICE_DISCOVERED = "gree_device_discovered"
 
string DISPATCHERS = "dispatchers"
 
string DOMAIN = "gree"
 
string FAN_MEDIUM_HIGH = "medium high"
 
string FAN_MEDIUM_LOW = "medium low"
 
int MAX_ERRORS = 2
 
int TARGET_TEMPERATURE_STEP = 1
 
int UPDATE_INTERVAL = 60
 

Detailed Description

Constants for the Gree Climate integration.

Variable Documentation

◆ COORDINATOR

string homeassistant.components.gree.const.COORDINATOR = "coordinator"

Definition at line 13 of file const.py.

◆ COORDINATORS

string homeassistant.components.gree.const.COORDINATORS = "coordinators"

Definition at line 3 of file const.py.

◆ DATA_DISCOVERY_SERVICE

string homeassistant.components.gree.const.DATA_DISCOVERY_SERVICE = "gree_discovery"

Definition at line 5 of file const.py.

◆ DISCOVERY_SCAN_INTERVAL

int homeassistant.components.gree.const.DISCOVERY_SCAN_INTERVAL = 300

Definition at line 7 of file const.py.

◆ DISCOVERY_TIMEOUT

int homeassistant.components.gree.const.DISCOVERY_TIMEOUT = 8

Definition at line 8 of file const.py.

◆ DISPATCH_DEVICE_DISCOVERED

string homeassistant.components.gree.const.DISPATCH_DEVICE_DISCOVERED = "gree_device_discovered"

Definition at line 9 of file const.py.

◆ DISPATCHERS

string homeassistant.components.gree.const.DISPATCHERS = "dispatchers"

Definition at line 10 of file const.py.

◆ DOMAIN

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

Definition at line 12 of file const.py.

◆ FAN_MEDIUM_HIGH

string homeassistant.components.gree.const.FAN_MEDIUM_HIGH = "medium high"

Definition at line 16 of file const.py.

◆ FAN_MEDIUM_LOW

string homeassistant.components.gree.const.FAN_MEDIUM_LOW = "medium low"

Definition at line 15 of file const.py.

◆ MAX_ERRORS

int homeassistant.components.gree.const.MAX_ERRORS = 2

Definition at line 18 of file const.py.

◆ TARGET_TEMPERATURE_STEP

int homeassistant.components.gree.const.TARGET_TEMPERATURE_STEP = 1

Definition at line 20 of file const.py.

◆ UPDATE_INTERVAL

int homeassistant.components.gree.const.UPDATE_INTERVAL = 60

Definition at line 22 of file const.py.