mirror of
https://github.com/home-assistant/core.git
synced 2025-05-02 05:07:52 +00:00
6 lines
115 B
Python
6 lines
115 B
Python
"""Constants for the myStrom integration."""
|
|
|
|
DOMAIN = "mystrom"
|
|
DEFAULT_NAME = "myStrom"
|
|
MANUFACTURER = "myStrom"
|