diff --git a/source/_docs/blueprint/tutorial.markdown b/source/_docs/blueprint/tutorial.markdown index 97011da201b..9408876c64f 100644 --- a/source/_docs/blueprint/tutorial.markdown +++ b/source/_docs/blueprint/tutorial.markdown @@ -218,7 +218,11 @@ Don't forget to reload automations after you make changes to your blueprint to h ## Share the love -The final step is to share this blueprint with others. For this tutorial we're going to share it on GitHub Gists. +The final step is to share this blueprint with others. + +### Informal Sharing + +For this tutorial, we're going to share it on GitHub Gists. This is a good option if you don't want to publish your blueprint to a larger audience. - Go to [GitHub Gists](https://gist.github.com/) - Gist description: blueprint tutorial @@ -227,3 +231,7 @@ The final step is to share this blueprint with others. For this tutorial we're g - Click the "Create Gist" button You can now copy the URL of your new Gist and share it with other people. They can import it by going to **Configuration**, **Blueprints** and clicking on the blue "Import Blueprint" button. + +### Share on the Blueprint Exchange + +If you follow the [Rules and format for posting](/get-blueprints), you can share your blueprint on the Home Assistant Blueprint Exchange forum. This option is accessible to the general Home Assistant community but recommended only for your original blueprints. Please don't post this tutorial to the Blueprint Exchange, but instead, remember this as an option for releasing your real blueprints.