Files
home-assistant-core/tests/components/compit/consts.py
T
2025-09-18 21:53:49 +01:00

9 lines
194 B
Python

"""Constants for the Compit component tests."""
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
CONFIG_INPUT = {
CONF_EMAIL: "[email protected]",
CONF_PASSWORD: "password",
}