hass-core/homeassistant/components/gree/const.py
Clifford Roche 839b9f226e
Add gree climate integration (#37498)
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2020-10-14 15:15:56 +02:00

13 lines
204 B
Python

"""Constants for the Gree Climate integration."""
DOMAIN = "gree"
FAN_MEDIUM_LOW = "medium low"
FAN_MEDIUM_HIGH = "medium high"
MIN_TEMP = 16
MAX_TEMP = 30
MAX_ERRORS = 2
TARGET_TEMPERATURE_STEP = 1