* Add connect octoprint printer service * Review changes * String updates * Swap exception type
8 lines
161 B
Python
8 lines
161 B
Python
"""Constants for the OctoPrint integration."""
|
|
|
|
DOMAIN = "octoprint"
|
|
|
|
DEFAULT_NAME = "OctoPrint"
|
|
|
|
SERVICE_CONNECT = "printer_connect"
|
|
CONF_BAUDRATE = "baudrate"
|