mirror of
https://github.com/home-assistant/core.git
synced 2025-06-04 21:27:10 +00:00

* Add config flow to Streamlabs water * Add config flow to Streamlabs water * Add config flow to Streamlabs water * Add issue when import is successful * Remove import issue when entry already exists * Remove import issue when entry already exists * Fix feedback * Fix feedback --------- Co-authored-by: G Johansson <goran.johansson@shiftit.se>
7 lines
132 B
Python
7 lines
132 B
Python
"""Constants for the StreamLabs integration."""
|
|
import logging
|
|
|
|
DOMAIN = "streamlabswater"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|