2020-10-14 13:15:56 +00:00
|
|
|
"""Constants for the Gree Climate integration."""
|
|
|
|
|
|
|
|
DOMAIN = "gree"
|
2020-12-28 21:32:04 +00:00
|
|
|
COORDINATOR = "coordinator"
|
2020-10-14 13:15:56 +00:00
|
|
|
|
|
|
|
FAN_MEDIUM_LOW = "medium low"
|
|
|
|
FAN_MEDIUM_HIGH = "medium high"
|
|
|
|
|
|
|
|
MIN_TEMP = 16
|
|
|
|
MAX_TEMP = 30
|
|
|
|
|
|
|
|
MAX_ERRORS = 2
|
|
|
|
|
|
|
|
TARGET_TEMPERATURE_STEP = 1
|