diff --git a/custom_components/octoprint_gcode_proxy/manifest.json b/custom_components/octoprint_gcode_proxy/manifest.json new file mode 100644 index 00000000..33a9f91d --- /dev/null +++ b/custom_components/octoprint_gcode_proxy/manifest.json @@ -0,0 +1,10 @@ +{ + "domain": "octoprint_gcode_proxy", + "name": "OctoPrint GCode Proxy", + "codeowners": [], + "documentation": "https://github.com/home-assistant/example-custom-config", + "integration_type": "service", + "iot_class": "local_polling", + "requirements": [], + "version": "1.0.0" +}