Files
core/homeassistant/components/wattwaechter/const.py
T
f47a540a48 Add WattWächter Plus integration (#165238)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
2026-06-19 13:36:51 +02:00

10 lines
178 B
Python

"""Constants for the WattWächter Plus integration."""
DOMAIN = "wattwaechter"
DEFAULT_SCAN_INTERVAL = 120
CONF_FW_VERSION = "fw_version"
MANUFACTURER = "SmartCircuits GmbH"