18 lines
469 B
JSON
18 lines
469 B
JSON
{
|
|
"domain": "octoprint",
|
|
"name": "OctoPrint",
|
|
"codeowners": ["@rfleming71"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/octoprint",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyoctoprintapi"],
|
|
"requirements": ["pyoctoprintapi==0.1.12"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "The OctoPrint Project",
|
|
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
|
|
}
|
|
],
|
|
"zeroconf": ["_octoprint._tcp.local."]
|
|
}
|