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

Namespaces

 binary_sensor
 
 button
 
 camera
 
 config_flow
 
 const
 
 coordinator
 
 entity
 
 sensor
 

Functions

bool async_setup_entry (HomeAssistant hass, DremelConfigEntry config_entry)
 
bool async_unload_entry (HomeAssistant hass, DremelConfigEntry entry)
 

Variables

list PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.CAMERA, Platform.SENSOR]
 

Detailed Description

The Dremel 3D Printer (3D20, 3D40, 3D45) integration.

Function Documentation

◆ async_setup_entry()

bool homeassistant.components.dremel_3d_printer.async_setup_entry ( HomeAssistant  hass,
DremelConfigEntry   config_entry 
)
Set up Dremel 3D Printer from a config entry.

Definition at line 18 of file __init__.py.

◆ async_unload_entry()

bool homeassistant.components.dremel_3d_printer.async_unload_entry ( HomeAssistant  hass,
DremelConfigEntry  entry 
)
Unload Dremel config entry.

Definition at line 42 of file __init__.py.

Variable Documentation

◆ PLATFORMS

list homeassistant.components.dremel_3d_printer.PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.CAMERA, Platform.SENSOR]

Definition at line 15 of file __init__.py.