From e4829228111b13cced55d7be7123524e9a64140b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 21 Jun 2017 07:10:46 +0200 Subject: [PATCH] Add link to forum --- source/_components/python_script.markdown | 2 ++ source/cookbook/index.markdown | 2 ++ 2 files changed, 4 insertions(+) diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown index ddb26a0e7e8..48bd6a1a149 100644 --- a/source/_components/python_script.markdown +++ b/source/_components/python_script.markdown @@ -43,3 +43,5 @@ hass.bus.fire(name, { "wow": "from a Python script!" }) "name": "you" } ``` + +For [`python_script:` examples](/components/python_script/) visit the [Scripts section](https://community.home-assistant.io/c/projects/scripts) in our forum. diff --git a/source/cookbook/index.markdown b/source/cookbook/index.markdown index c2d9bb37b3f..3bdc79511bf 100644 --- a/source/cookbook/index.markdown +++ b/source/cookbook/index.markdown @@ -13,6 +13,8 @@ hide_github_edit: true This is a community curated list of different ways to use Home Assistant. Most of these examples are using the [automation] component and other built-in [automation related][sec-automation] and [organization] components available. +For [`python_script:` examples](/components/python_script/) visit the [Scripts section](https://community.home-assistant.io/c/projects/scripts) in our forum. + [automation]: /getting-started/automation/ [sec-automation]: /components/#automation [organization]: /components/#organization