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