From 8cad84d5ffa5777658f90f37ec568e013a954d00 Mon Sep 17 00:00:00 2001 From: Alex Loret de Mola Date: Tue, 15 Dec 2020 01:19:59 -0800 Subject: [PATCH] Updating sharing options (#15913) Co-authored-by: Franck Nijhof --- source/_docs/blueprint/tutorial.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.