* 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>
6 lines
132 B
Python
6 lines
132 B
Python
"""Constants for the StreamLabs integration."""
|
|
import logging
|
|
|
|
DOMAIN = "streamlabswater"
|
|
|
|
LOGGER = logging.getLogger(__package__)
|