mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
19 lines
502 B
JSON
19 lines
502 B
JSON
{
|
|
"domain": "octoprint",
|
|
"name": "OctoPrint",
|
|
"codeowners": ["@rfleming71"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/octoprint",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pyoctoprintapi"],
|
|
"requirements": ["pyoctoprintapi==0.1.14"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:Basic:1",
|
|
"manufacturer": "The OctoPrint Project"
|
|
}
|
|
],
|
|
"zeroconf": ["_octoprint._tcp.local."]
|
|
}
|