4 lines
157 B
Python
4 lines
157 B
Python
"""Constants for the Kostal Plenticore Solar Inverter integration."""
|
|
DOMAIN = "kostal_plenticore"
|
|
|
|
ATTR_ENABLED_DEFAULT = "entity_registry_enabled_default"
|