mirror of
https://github.com/home-assistant/core.git
synced 2026-09-20 08:43:45 +01:00
6 lines
97 B
Python
6 lines
97 B
Python
"""Constants for the OctoPrint integration."""
|
|
|
|
DOMAIN = "octoprint"
|
|
|
|
DEFAULT_NAME = "OctoPrint"
|