1
0
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:
Przemko92
2025-09-18 22:53:49 +02:00
committed by GitHub
parent 2623ebac4d
commit fa8a4d7098
19 changed files with 833 additions and 0 deletions

View 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",
}