* 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>
10 lines
307 B
JSON
10 lines
307 B
JSON
{
|
|
"domain": "dremel_3d_printer",
|
|
"name": "Dremel 3D Printer",
|
|
"codeowners": ["@tkdrob"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/dremel_3d_printer",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["dremel3dpy==2.1.1"]
|
|
}
|