5 lines
97 B
Python
5 lines
97 B
Python
"""Constants for the OctoPrint integration."""
|
|
|
|
DOMAIN = "octoprint"
|
|
|
|
DEFAULT_NAME = "OctoPrint"
|