mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 09:47:52 +00: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"}
|