Add configurable optimizer area sensors

This commit is contained in:
2026-08-10 12:25:43 +02:00
parent dc6b2dc71a
commit 02bb4a831e
16 changed files with 643 additions and 21 deletions
@@ -8,6 +8,7 @@ LOGGER = logging.getLogger(__package__)
CONFIG_ENTRY_VERSION = 2
CONF_SCAN_INTERVAL = "scan_interval"
CONF_AREA_MAPPING = "area_mapping"
DEFAULT_SCAN_INTERVAL = timedelta(minutes=10)
MIN_SCAN_INTERVAL_SECONDS = 60
DEFAULT_PORT = 8099