mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
15 lines
302 B
JSON
15 lines
302 B
JSON
{
|
|
"domain": "prusalink",
|
|
"name": "PrusaLink",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"dhcp": [
|
|
{
|
|
"macaddress": "109C70*"
|
|
}
|
|
],
|
|
"documentation": "https://www.home-assistant.io/integrations/prusalink",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["pyprusalink==2.1.1"]
|
|
}
|