Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.dremel_3d_printer.const Namespace Reference

Variables

string ATTR_EXTRUDER = "extruder"
 
string ATTR_PLATFORM = "platform"
 
string CAMERA_MODEL = "3D45"
 
string DOMAIN = "dremel_3d_printer"
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Dremel 3D Printer (3D20, 3D40, 3D45) integration.

Variable Documentation

◆ ATTR_EXTRUDER

string homeassistant.components.dremel_3d_printer.const.ATTR_EXTRUDER = "extruder"

Definition at line 13 of file const.py.

◆ ATTR_PLATFORM

string homeassistant.components.dremel_3d_printer.const.ATTR_PLATFORM = "platform"

Definition at line 14 of file const.py.

◆ CAMERA_MODEL

string homeassistant.components.dremel_3d_printer.const.CAMERA_MODEL = "3D45"

Definition at line 9 of file const.py.

◆ DOMAIN

string homeassistant.components.dremel_3d_printer.const.DOMAIN = "dremel_3d_printer"

Definition at line 11 of file const.py.

◆ LOGGER

homeassistant.components.dremel_3d_printer.const.LOGGER = logging.getLogger(__package__)

Definition at line 7 of file const.py.