1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 04:46:08 +00:00
Files
core/homeassistant/components/dremel_3d_printer/const.py
Robert Hillis 7f480849e2 Add camera platform to Dremel (#93882)
* Add camera platform to Dremel

* unload and tests
2023-06-04 20:28:28 -04:00

14 lines
274 B
Python

"""Constants for the Dremel 3D Printer (3D20, 3D40, 3D45) integration."""
from __future__ import annotations
import logging
LOGGER = logging.getLogger(__package__)
CAMERA_MODEL = "3D45"
DOMAIN = "dremel_3d_printer"
ATTR_EXTRUDER = "extruder"
ATTR_PLATFORM = "platform"