Files
core/tests/components/climacell/const.py
T
2021-02-24 09:34:27 +01:00

10 lines
144 B
Python

"""Constants for climacell tests."""
from homeassistant.const import CONF_API_KEY
API_KEY = "aa"
MIN_CONFIG = {
CONF_API_KEY: API_KEY,
}