2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "octoprint",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "OctoPrint",
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@rfleming71"],
|
2021-10-22 13:25:12 +00:00
|
|
|
"config_flow": true,
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/octoprint",
|
2023-02-08 19:32:43 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pyoctoprintapi"],
|
2023-08-21 09:09:39 +00:00
|
|
|
"requirements": ["pyoctoprintapi==0.1.12"],
|
2021-10-22 13:25:12 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"manufacturer": "The OctoPrint Project",
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
|
|
|
|
}
|
|
|
|
],
|
2023-02-08 19:32:43 +00:00
|
|
|
"zeroconf": ["_octoprint._tcp.local."]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|