mirror of
https://github.com/home-assistant/core.git
synced 2025-04-27 18:57:57 +00:00

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