7 lines
168 B
Python
7 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"}
|