Issue #280 - enable to use central config for window configuration

This commit is contained in:
Jean-Marc Collin
2023-12-18 21:39:58 +00:00
parent 30c3418f1b
commit 04d0b28f1d
5 changed files with 36 additions and 7 deletions

View File

@@ -139,6 +139,11 @@ MOCK_PRESETS_AC_CONFIG = {
MOCK_WINDOW_CONFIG = {
CONF_WINDOW_SENSOR: "binary_sensor.window_sensor",
# Not used normally only for tests to avoid rewrite all tests
CONF_WINDOW_DELAY: 10,
}
MOCK_WINDOW_DELAY_CONFIG = {
CONF_WINDOW_DELAY: 10,
}