"""Constants for the Compit component tests.""" from homeassistant.const import CONF_EMAIL, CONF_PASSWORD CONFIG_INPUT = { CONF_EMAIL: "test@example.com", CONF_PASSWORD: "password", }