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 |
Constants for the Gree Climate integration.
| 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.FAN_MEDIUM_HIGH = "medium high" |
| string homeassistant.components.gree.const.FAN_MEDIUM_LOW = "medium low" |
| int homeassistant.components.gree.const.TARGET_TEMPERATURE_STEP = 1 |