mirror of
https://github.com/home-assistant/core.git
synced 2026-09-03 03:51:51 +01:00
Co-authored-by: Robert Resch <robert@resch.dev> Co-authored-by: J. Nick Koston <nick@koston.org>
15 lines
327 B
JSON
15 lines
327 B
JSON
{
|
|
"domain": "prusalink",
|
|
"name": "PrusaLink",
|
|
"codeowners": ["@balloob", "@Skaronator"],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "109C70*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/prusalink",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["pyprusalink==2.1.1"]
|
|
}
|