diff --git a/source/_components/automation.markdown b/source/_components/automation.markdown index 57a11fe8115..4aaee44eec1 100644 --- a/source/_components/automation.markdown +++ b/source/_components/automation.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: home-assistant.png ha_category: Automation +ha_qa_scale: internal --- Please see the [docs section](/docs/automation/) for in-depth diff --git a/source/_components/demo.markdown b/source/_components/demo.markdown index 35808dc5c46..7fc7ba7025a 100644 --- a/source/_components/demo.markdown +++ b/source/_components/demo.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: home-assistant.png ha_category: Other +ha_qa_scale: internal --- diff --git a/source/_components/emulated_hue.markdown b/source/_components/emulated_hue.markdown index 763baa46730..1f1170eabaa 100644 --- a/source/_components/emulated_hue.markdown +++ b/source/_components/emulated_hue.markdown @@ -11,6 +11,7 @@ logo: home-assistant.png ha_category: Hub ha_release: 0.27 ha_iot_class: "Local Push" +ha_qa_scale: internal ---

diff --git a/source/_components/panel_custom.markdown b/source/_components/panel_custom.markdown index 2ce5ee84284..34f8ec63e2f 100644 --- a/source/_components/panel_custom.markdown +++ b/source/_components/panel_custom.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Front end ha_release: 0.26 +ha_qa_scale: internal --- The `panel_custom` support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar if wished and can be highly customized. See the developer documentation on [instructions how to build your own panels](https://developers.home-assistant.io/docs/en/frontend_creating_custom_panels.html). diff --git a/source/_components/panel_iframe.markdown b/source/_components/panel_iframe.markdown index 8aa5514f0cb..908ca35829b 100644 --- a/source/_components/panel_iframe.markdown +++ b/source/_components/panel_iframe.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Front end ha_release: 0.25 +ha_qa_scale: internal --- diff --git a/source/_components/proximity.markdown b/source/_components/proximity.markdown index ba8882accd3..5d1ed90168c 100644 --- a/source/_components/proximity.markdown +++ b/source/_components/proximity.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_release: 0.13 +ha_qa_scale: internal --- The `proximity` component allows you to monitor the proximity of devices to a particular [zone](/components/zone/) and the direction of travel. The result is an entity created in Home Assistant which maintains the proximity data. diff --git a/source/_components/python_script.markdown b/source/_components/python_script.markdown index 68813524312..58f17ee1c31 100644 --- a/source/_components/python_script.markdown +++ b/source/_components/python_script.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Automation ha_release: 0.47 +ha_qa_scale: internal --- This component allows you to write Python scripts that are exposed as services in Home Assistant. Each Python file created in the `/python_scripts/` folder will be exposed as a service. The content is not cached so you can easily develop: edit file, save changes, call service. The scripts are run in a sandboxed environment. The following variables are available in the sandbox: diff --git a/source/_components/rss_feed_template.markdown b/source/_components/rss_feed_template.markdown index 70c3bbd7f32..d5ac1313672 100644 --- a/source/_components/rss_feed_template.markdown +++ b/source/_components/rss_feed_template.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Front end ha_release: 0.44 +ha_qa_scale: internal --- The `rss_feed_template` component can export any information from Home Assistant as a static RSS feed. This can be used to display that information on many types of devices using an RSS reader. While native apps for Home Assistant are not widely available, native RSS readers exist for almost any platform. diff --git a/source/_components/script.markdown b/source/_components/script.markdown index 856b758aab8..fe6dc4dda5f 100644 --- a/source/_components/script.markdown +++ b/source/_components/script.markdown @@ -9,6 +9,7 @@ sharing: true footer: true logo: home-assistant.png ha_category: Automation +ha_qa_scale: internal --- The `script` component allows users to specify a sequence of actions to be executed by Home Assistant when turned on. The script component will create an entity for each script and allow them to be controlled via services. diff --git a/source/_components/shell_command.markdown b/source/_components/shell_command.markdown index 07a10b1261b..bb280f91220 100644 --- a/source/_components/shell_command.markdown +++ b/source/_components/shell_command.markdown @@ -9,6 +9,7 @@ sharing: true footer: true ha_category: Automation logo: home-assistant.png +ha_qa_scale: internal --- This component can expose regular shell commands as services. Services can be called from a [script] or in [automation]. diff --git a/source/_components/system_log.markdown b/source/_components/system_log.markdown index c537ba79b09..057331c6de3 100644 --- a/source/_components/system_log.markdown +++ b/source/_components/system_log.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Other ha_release: 0.58 +ha_qa_scale: internal --- The `system_log` component stores information about all logged errors and warnings in Home Assistant. All collected information is accessible directly in the frontend, just navigate to the `Info` section under `Developer Tools`. In order to not overload Home Assistant with log data, only the 50 last errors and warnings will be stored. Older entries are automatically discarded from the log. It is possible to change the number of stored log entries using the parameter `max_entries`. diff --git a/source/_components/weblink.markdown b/source/_components/weblink.markdown index ebc44a1eb96..e7b3ebe6e00 100644 --- a/source/_components/weblink.markdown +++ b/source/_components/weblink.markdown @@ -10,6 +10,7 @@ footer: true logo: home-assistant.png ha_category: Front end ha_release: 0.13 +ha_qa_scale: internal --- The `weblink` component allows you to display links in the Home Assistant frontend.