* 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
6 lines
167 B
Python
6 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"}
|