mirror of
https://github.com/home-assistant/core.git
synced 2026-09-08 06:31:35 +01:00
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Co-authored-by: Joost Lekkerkerker <joostlek@outlook.com>
10 lines
178 B
Python
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"
|