mirror of
https://github.com/home-assistant/core.git
synced 2025-05-01 12:47:53 +00:00

* Initial commit * Check temperature missing * fix temp is none * Fix parallell * Commit to save * Fix tests * Fix test_init * assert 25 * Adjustments tests * Small removal * Cleanup * no hass.data * Adjustment test_coordinator * Minor change test_coordinator
7 lines
167 B
Python
7 lines
167 B
Python
"""Tests for the Sensibo integration."""
|
|
from __future__ import annotations
|
|
|
|
from homeassistant.const import CONF_API_KEY
|
|
|
|
ENTRY_CONFIG = {CONF_API_KEY: "1234567890"}
|