Window bypass - add testu and color theme for sensor

This commit is contained in:
Jean-Marc Collin
2023-10-30 08:22:06 +00:00
parent 2786a6e5ae
commit dc89e011c7
7 changed files with 271 additions and 16 deletions
+3 -1
View File
@@ -1,9 +1,11 @@
# pylint: disable=unused-argument, line-too-long
""" Test the OpenWindow algorithm """
from datetime import datetime, timedelta
from .commons import * # pylint: disable=wildcard-import, unused-wildcard-import
from custom_components.versatile_thermostat.open_window_algorithm import WindowOpenDetectionAlgorithm
from .commons import * # pylint: disable=wildcard-import, unused-wildcard-import
async def test_open_window_algo(
hass: HomeAssistant,