mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 07:05:48 +01:00
9 lines
194 B
Python
9 lines
194 B
Python
"""Constants for the Compit component tests."""
|
|
|
|
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
|
|
|
CONFIG_INPUT = {
|
|
CONF_EMAIL: "test@example.com",
|
|
CONF_PASSWORD: "password",
|
|
}
|