Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Constants for the Dremel 3D Printer (3D20, 3D40, 3D45) integration."""
2 
3 from __future__ import annotations
4 
5 import logging
6 
7 LOGGER = logging.getLogger(__package__)
8 
9 CAMERA_MODEL = "3D45"
10 
11 DOMAIN = "dremel_3d_printer"
12 
13 ATTR_EXTRUDER = "extruder"
14 ATTR_PLATFORM = "platform"