mirror of
https://github.com/home-assistant/core.git
synced 2026-05-31 20:54:23 +01:00
d766aae436
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: frenck <195327+frenck@users.noreply.github.com>
13 lines
239 B
Python
13 lines
239 B
Python
"""Constants for the Dremel 3D Printer (3D20, 3D40, 3D45) integration."""
|
|
|
|
import logging
|
|
|
|
LOGGER = logging.getLogger(__package__)
|
|
|
|
CAMERA_MODEL = "3D45"
|
|
|
|
DOMAIN = "dremel_3d_printer"
|
|
|
|
ATTR_EXTRUDER = "extruder"
|
|
ATTR_PLATFORM = "platform"
|