Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _includes/plugin_attributes
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
{% if include.plugin.attributes contains "cloud" %}<small class="label label-info"><i class="fas fa-cloud"></i> Cloud</small>{% endif %}
{% if include.plugin.attributes contains "commercial" %}<small class="label label-warning"><i class="fas fa-coins"></i> Commercial</small>{% endif %}
{% if include.plugin.attributes contains "free-tier" %}<small class="label label-success"><i class="fas fa-thumbs-up"></i> Free tier</small>{% endif %}
{% if include.plugin.attributes contains "ai-developed" %}<small class="label label-important"><i class="fas fa-robot"></i> AI Developed</small>{% endif %}
{% endif %}
</div>{% endif %}
1 change: 1 addition & 0 deletions _plugins/psucontrol_ewelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ compatibility:

attributes:
- cloud
- ai-developed

screenshots:
- url: /assets/img/plugins/psucontrol_ewelink/settings_screenshot.png
Expand Down
4 changes: 4 additions & 0 deletions help/registering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ If all is in the green, follow these steps:
# - cloud # if your plugin requires access to a cloud to function
# - commercial # if your plugin has a commercial aspect to it
# - free-tier # if your plugin has a free tier
# - ai-developed # if your plugin was developed with the use of Artificial Intelligence

---

Expand Down Expand Up @@ -266,6 +267,9 @@ If all is in the green, follow these steps:
commercial, ask for clarification on that in your registration pull request. Please note that commercial plugins are
excluded from the public stats after some cases of manipulation.

- If your plugin **was developed with the aid of Artificial Intelligence** you _must_
mark it as such using the `attributes` property.

If you are unsure about how something should be structured, take a look at the existing plugins or
[ask on the forum](https://community.octoprint.org/c/development) or in your registration pull request.

Expand Down
Loading