1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-17 20:39:16 +00:00
Ryan Fleming c84fee7c6e
Rework octoprint ()
Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-10-22 15:25:12 +02:00

6 lines
97 B
Python

"""Constants for the OctoPrint integration."""
DOMAIN = "octoprint"
DEFAULT_NAME = "OctoPrint"