mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-22 12:06:59 +01:00
8 lines
133 B
Python
8 lines
133 B
Python
"""Constants for the StreamLabs integration."""
|
|
|
|
import logging
|
|
|
|
DOMAIN = "streamlabswater"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|