mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Add Compit integration (#132164)
Co-authored-by: Abílio Costa <abmantis@users.noreply.github.com>
This commit is contained in:
8
tests/components/compit/consts.py
Normal file
8
tests/components/compit/consts.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Constants for the Compit component tests."""
|
||||
|
||||
from homeassistant.const import CONF_EMAIL, CONF_PASSWORD
|
||||
|
||||
CONFIG_INPUT = {
|
||||
CONF_EMAIL: "test@example.com",
|
||||
CONF_PASSWORD: "password",
|
||||
}
|
||||
Reference in New Issue
Block a user