Files
core/homeassistant/components/dremel_3d_printer/const.py
Robert Hillis a1e9cf1c24 Add Dremel 3D Printer integration (#85969)
* Add Dremel 3D Printer integration

* remove validators requirement

* ruff

* uno mas

* uno mas

* uno mas

* uno mas

---------

Co-authored-by: Franck Nijhof <git@frenck.dev>
Co-authored-by: Tom Harris <tomharris@harrisnj.net>
2023-05-31 16:55:57 -04:00

12 lines
251 B
Python

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