Files
home-assistant-core/homeassistant/components/dremel_3d_printer/const.py
T
epenetGitHubcopilot-swe-agent[bot] <[email protected]>frenck
d766aae436 Remove import annotations from components (#169536)
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: frenck <[email protected]>
2026-04-30 21:14:48 +02:00

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"