mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 10:05:26 +01:00
8 lines
168 B
Python
8 lines
168 B
Python
"""Tests for the Sensibo integration."""
|
|
|
|
from __future__ import annotations
|
|
|
|
from homeassistant.const import CONF_API_KEY
|
|
|
|
ENTRY_CONFIG = {CONF_API_KEY: "1234567890"}
|