1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-26 13:50:02 +00:00
Files
core/homeassistant/components/octoprint/const.py
Ryan Fleming c1f883519d Add connect octoprint printer service ()
* Add connect octoprint printer service

* Review changes

* String updates

* Swap exception type
2024-02-01 21:15:41 +01:00

9 lines
161 B
Python

"""Constants for the OctoPrint integration."""
DOMAIN = "octoprint"
DEFAULT_NAME = "OctoPrint"
SERVICE_CONNECT = "printer_connect"
CONF_BAUDRATE = "baudrate"