Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.gree.const
 

Variables

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