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] |
The Dremel 3D Printer (3D20, 3D40, 3D45) integration.
| 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.
| 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.
| list homeassistant.components.dremel_3d_printer.PLATFORMS = [Platform.BINARY_SENSOR, Platform.BUTTON, Platform.CAMERA, Platform.SENSOR] |
Definition at line 15 of file __init__.py.