1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00
Files
core/tests/components/sensibo/__init__.py
2024-03-08 20:38:34 +01:00

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