mirror of
https://github.com/home-assistant/core.git
synced 2026-08-15 09:42:50 +01:00
Co-authored-by: Erwin Douna <e.douna@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
7 lines
92 B
Python
7 lines
92 B
Python
"""Constants for the Flow-it integration."""
|
|
|
|
DOMAIN = "flow_it"
|
|
|
|
|
|
DEFAULT_USERNAME = "api"
|