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