5 lines
115 B
Python
5 lines
115 B
Python
"""Constants for the myStrom integration."""
|
|
|
|
DOMAIN = "mystrom"
|
|
DEFAULT_NAME = "myStrom"
|
|
MANUFACTURER = "myStrom"
|