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 `