1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 13:44:32 +01:00
Files
core/tests/components/sensibo/__init__.py
T

6 lines
132 B
Python

"""Tests for the Sensibo integration."""
from homeassistant.const import CONF_API_KEY
ENTRY_CONFIG = {CONF_API_KEY: "1234567890"}