diff --git a/source/_components/alarm_control_panel.manual.markdown b/source/_components/alarm_control_panel.manual.markdown
index feeda4b7684..2db745df1f0 100644
--- a/source/_components/alarm_control_panel.manual.markdown
+++ b/source/_components/alarm_control_panel.manual.markdown
@@ -10,10 +10,11 @@ footer: true
logo: home-assistant.png
ha_category: Alarm
ha_release: 0.7.6
+ha_qa_scale: internal
---
-This platform enables you to set manual alarms in Home Assistant.
+The `manual` alarm control panel platform enables you to set manual alarms in Home Assistant.
```yaml
# Example configuration.yaml entry
diff --git a/source/_components/binary_sensor.bayesian.markdown b/source/_components/binary_sensor.bayesian.markdown
index 228e8ac15bf..a5b1779ce58 100644
--- a/source/_components/binary_sensor.bayesian.markdown
+++ b/source/_components/binary_sensor.bayesian.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.53
+ha_qa_scale: internal
---
diff --git a/source/_components/binary_sensor.ping.markdown b/source/_components/binary_sensor.ping.markdown
index 37121004e44..b5cc32fe9b8 100644
--- a/source/_components/binary_sensor.ping.markdown
+++ b/source/_components/binary_sensor.ping.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Network
ha_release: 0.43
+ha_qa_scale: internal
---
diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown
index dbb51d60479..d2365b7638c 100644
--- a/source/_components/binary_sensor.template.markdown
+++ b/source/_components/binary_sensor.template.markdown
@@ -11,6 +11,7 @@ ha_category: Binary Sensor
ha_release: 0.12
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform supports sensors which breaks out the `state` and
diff --git a/source/_components/binary_sensor.threshold.markdown b/source/_components/binary_sensor.threshold.markdown
index a33b404772c..a512fff4d2f 100644
--- a/source/_components/binary_sensor.threshold.markdown
+++ b/source/_components/binary_sensor.threshold.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.34
+ha_qa_scale: internal
---
diff --git a/source/_components/binary_sensor.workday.markdown b/source/_components/binary_sensor.workday.markdown
index 213eb37ff8a..c589e08bcfd 100644
--- a/source/_components/binary_sensor.workday.markdown
+++ b/source/_components/binary_sensor.workday.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.41
+ha_qa_scale: internal
---
The `workday` binary sensor indicates, whether the current day is a workday or
diff --git a/source/_components/browser.markdown b/source/_components/browser.markdown
index 6325fef367a..7edd741593f 100644
--- a/source/_components/browser.markdown
+++ b/source/_components/browser.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Utility
+ha_qa_scale: internal
---
diff --git a/source/_components/conversation.markdown b/source/_components/conversation.markdown
index e9bb86aaabc..ed949157290 100644
--- a/source/_components/conversation.markdown
+++ b/source/_components/conversation.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: "Voice"
+ha_qa_scale: internal
---
The conversation component allows you to converse with Home Assistant. You can either converse by pressing the microphone in the frontend (supported browsers only (no iOS)) or by calling the `conversation/process` service with the transcribed text.
diff --git a/source/_components/cover.group.markdown b/source/_components/cover.group.markdown
index c29b4b46a1d..93f50ab5785 100644
--- a/source/_components/cover.group.markdown
+++ b/source/_components/cover.group.markdown
@@ -11,6 +11,7 @@ ha_category: Cover
ha_release: 0.66
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `group` platform can create a cover that combines several cover entities into one.
diff --git a/source/_components/cover.template.markdown b/source/_components/cover.template.markdown
index fc3f6b8db92..b7118e97961 100644
--- a/source/_components/cover.template.markdown
+++ b/source/_components/cover.template.markdown
@@ -11,6 +11,7 @@ ha_category: Cover
ha_release: 0.48
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform can create covers that combine components and provides
diff --git a/source/_components/device_sun_light_trigger.markdown b/source/_components/device_sun_light_trigger.markdown
index d49c4e1565f..2be37360ace 100644
--- a/source/_components/device_sun_light_trigger.markdown
+++ b/source/_components/device_sun_light_trigger.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Automation
+ha_qa_scale: internal
---
Home Assistant has a built-in component called `device_sun_light_trigger` to help you automate your lights. The component will:
diff --git a/source/_components/device_tracker.ping.markdown b/source/_components/device_tracker.ping.markdown
index 41981a2795a..84c41802c23 100644
--- a/source/_components/device_tracker.ping.markdown
+++ b/source/_components/device_tracker.ping.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Network
ha_release: 0.36
+ha_qa_scale: internal
---
diff --git a/source/_components/downloader.markdown b/source/_components/downloader.markdown
index beec2268765..f41c2fd1168 100644
--- a/source/_components/downloader.markdown
+++ b/source/_components/downloader.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Downloading
ha_release: pre 0.7
+ha_qa_scale: internal
---
The `downloader` component provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist. The directory needs to be writable for the user that is running Home Assistant.
diff --git a/source/_components/fan.template.markdown b/source/_components/fan.template.markdown
index 974eb7508e4..189cad7ad79 100644
--- a/source/_components/fan.template.markdown
+++ b/source/_components/fan.template.markdown
@@ -11,6 +11,7 @@ ha_category: Fan
ha_release: 0.69
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform creates fans that combine components and provides the
diff --git a/source/_components/folder_watcher.markdown b/source/_components/folder_watcher.markdown
index 338f0c7fdb0..1616a285b03 100644
--- a/source/_components/folder_watcher.markdown
+++ b/source/_components/folder_watcher.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: System Monitor
ha_iot_class: "Local Polling"
ha_release: 0.67
+ha_qa_scale: internal
---
This component adds [Watchdog](https://pythonhosted.org/watchdog/) file system monitoring, publishing events on the Home Assistant bus on the creation/deletion/modification of files within configured folders. The monitored `event_type` are:
diff --git a/source/_components/group.markdown b/source/_components/group.markdown
index 924c55e24ac..5e5232e86aa 100644
--- a/source/_components/group.markdown
+++ b/source/_components/group.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Organization
+ha_qa_scale: internal
---
Groups allow the user to combine multiple entities into one. A group can be promoted to a **view** by setting `view: yes` under the group definition. This will make the group available as a new tab in the frontend.
diff --git a/source/_components/history.markdown b/source/_components/history.markdown
index cb8056ff091..f372a33e4a8 100644
--- a/source/_components/history.markdown
+++ b/source/_components/history.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: History
ha_release: pre 0.7
+ha_qa_scale: internal
---
The `history` component will track everything that is going on within Home
diff --git a/source/_components/history_graph.markdown b/source/_components/history_graph.markdown
index f38cd482907..5059d1ba1cb 100644
--- a/source/_components/history_graph.markdown
+++ b/source/_components/history_graph.markdown
@@ -10,7 +10,9 @@ footer: true
ha_category: History
logo: home-assistant.png
ha_release: "0.55"
+ha_qa_scale: internal
---
+
diff --git a/source/_components/intent_script.markdown b/source/_components/intent_script.markdown
index eab43f4b930..17e664d3808 100644
--- a/source/_components/intent_script.markdown
+++ b/source/_components/intent_script.markdown
@@ -10,9 +10,10 @@ footer: true
logo: home-assistant.png
ha_category: Intent
ha_release: "0.50"
+ha_qa_scale: internal
---
-The intent_script component allows users to configure actions and responses to intents. Intents can be fired by any component that supports it. Examples are [Alexa](/components/alexa/) (Amazon Echo), [API.ai](/components/dialogflow/) (Google Assistant) and [Snips](/components/snips/).
+The `intent_script` component allows users to configure actions and responses to intents. Intents can be fired by any component that supports it. Examples are [Alexa](/components/alexa/) (Amazon Echo), [API.ai](/components/dialogflow/) (Google Assistant) and [Snips](/components/snips/).
```yaml
# Example configuration.yaml entry
diff --git a/source/_components/light.group.markdown b/source/_components/light.group.markdown
index 4ec8262463d..c70a6e7e78f 100644
--- a/source/_components/light.group.markdown
+++ b/source/_components/light.group.markdown
@@ -11,6 +11,7 @@ ha_category: Light
ha_release: 0.65
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The group light platform lets you combine multiple lights into one entity. All child lights of a light group can still be used as usual, but controlling the state of the grouped light will forward the command to each child light.
diff --git a/source/_components/light.template.markdown b/source/_components/light.template.markdown
index c66f688365c..5ac3c4189b1 100644
--- a/source/_components/light.template.markdown
+++ b/source/_components/light.template.markdown
@@ -11,6 +11,7 @@ ha_category: Light
ha_release: 0.46
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform creates lights that combine components and provides the
diff --git a/source/_components/logger.markdown b/source/_components/logger.markdown
index cbbf133ac79..9fa7c1b3e12 100644
--- a/source/_components/logger.markdown
+++ b/source/_components/logger.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: "Utility"
+ha_qa_scale: internal
---
The `logger` component lets you define the level of logging activities in Home
diff --git a/source/_components/media_extractor.markdown b/source/_components/media_extractor.markdown
index 8386b0390a3..60b03259a0e 100644
--- a/source/_components/media_extractor.markdown
+++ b/source/_components/media_extractor.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Media Player
ha_release: 0.49
+ha_qa_scale: internal
---
diff --git a/source/_components/media_player.universal.markdown b/source/_components/media_player.universal.markdown
index 76cbc4a4ba6..bd8d5a07386 100644
--- a/source/_components/media_player.universal.markdown
+++ b/source/_components/media_player.universal.markdown
@@ -9,7 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Media Player
-featured: false
+ha_qa_scale: internal
---
Universal Media Players combine multiple existing entities in Home Assistant into one media player entity. This is used for creating a single entity that controls an entire media center.
diff --git a/source/_components/notify.group.markdown b/source/_components/notify.group.markdown
index 928de178e78..943eb26961b 100644
--- a/source/_components/notify.group.markdown
+++ b/source/_components/notify.group.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Notifications
ha_release: 0.26
+ha_qa_scale: internal
---
The `group` notification platform allows you to combine multiple `notify` platforms into a single service.
diff --git a/source/_components/plant.markdown b/source/_components/plant.markdown
index df2947e19da..b133b98f942 100644
--- a/source/_components/plant.markdown
+++ b/source/_components/plant.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Environment
ha_release: 0.44
+ha_qa_scale: internal
---
This`plant`component lets you merge moisture, conductivity, light intensity, temperature and battery level for a plant into a single UI element. It also supports setting minimum and maximum values for each measurement and will change its state to "problem" if it is not within those limits.
diff --git a/source/_components/recorder.markdown b/source/_components/recorder.markdown
index 8a6703f0ed4..b4662ca0908 100644
--- a/source/_components/recorder.markdown
+++ b/source/_components/recorder.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: "History"
ha_release: pre 0.7
+ha_qa_scale: internal
---
The `recorder` component is storing details in a database which then are handled by the [`history` component](/components/history/).
diff --git a/source/_components/scene.markdown b/source/_components/scene.markdown
index 4bf9f168f75..48998818971 100644
--- a/source/_components/scene.markdown
+++ b/source/_components/scene.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Organization
+ha_qa_scale: internal
---
You can create scenes that capture the states you want certain entities to be. For example, a scene can specify that light A should be turned on and light B should be bright red.
diff --git a/source/_components/sensor.api_stream.markdown b/source/_components/sensor.api_stream.markdown
index cdc4541c29d..f3178306615 100644
--- a/source/_components/sensor.api_stream.markdown
+++ b/source/_components/sensor.api_stream.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_release: 0.33
ha_iot_class: "Local Push"
+ha_qa_scale: internal
---
The `api_stream` sensor platform shows how many clients are connected to the stream API
diff --git a/source/_components/sensor.history_stats.markdown b/source/_components/sensor.history_stats.markdown
index d324bc26b52..8a9c76b7ebb 100644
--- a/source/_components/sensor.history_stats.markdown
+++ b/source/_components/sensor.history_stats.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.39
+ha_qa_scale: internal
---
The `history_stats` sensor platform provides quick statistics about another component or platforms, using data from the [history](/components/history/).
diff --git a/source/_components/sensor.min_max.markdown b/source/_components/sensor.min_max.markdown
index 4606862da2d..be649657ae8 100644
--- a/source/_components/sensor.min_max.markdown
+++ b/source/_components/sensor.min_max.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: "0.31"
+ha_qa_scale: internal
---
diff --git a/source/_components/sensor.mold_indicator.markdown b/source/_components/sensor.mold_indicator.markdown
index e2d870f7924..f4f86197cc8 100644
--- a/source/_components/sensor.mold_indicator.markdown
+++ b/source/_components/sensor.mold_indicator.markdown
@@ -9,8 +9,9 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Environment
-ha_release: '0.20'
+ha_release: "0.20"
ha_iot_class: "Local Polling"
+ha_qa_scale: internal
---
The Mold Indicator sensor component consumes information of two temperature sensors and a humidity sensor to give an indication for possible mold growth in your home. In case of bad ventilation and insulation, the indoor humidity may lead to condensation on cold surfaces as the windows or even walls. Condensation or a high relative humidity near those cold surfaces leads to a higher risk for mold growth. This sensor component estimates the temperature at a pre-calibrated critical point in the room (the coldest surface) and calculates the relative humidity of the air at that point. If the sensor value rises above approximately 70 percent, mold growth might occur and the room should be ventilated. At 100%, the air humidity condensates at the critical point.
diff --git a/source/_components/sensor.moon.markdown b/source/_components/sensor.moon.markdown
index 6a292040da2..5e7aadde293 100644
--- a/source/_components/sensor.moon.markdown
+++ b/source/_components/sensor.moon.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Environment
ha_iot_class: "Local Polling"
ha_release: 0.38
+ha_qa_scale: internal
---
diff --git a/source/_components/sensor.otp.markdown b/source/_components/sensor.otp.markdown
index 3f0cd12d337..2364e986398 100644
--- a/source/_components/sensor.otp.markdown
+++ b/source/_components/sensor.otp.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.49
+ha_qa_scale: internal
---
The `otp` sensor generates One-Time Passwords according to [RFC6238](https://tools.ietf.org/html/rfc6238) that is compatible with most OTP generators available, including Google Authenticator. You can use this when building custom security solutions and want to use "rolling codes", that change every 30 seconds.
diff --git a/source/_components/sensor.season.markdown b/source/_components/sensor.season.markdown
index 9e2ecc39c74..c2ce54a145c 100644
--- a/source/_components/sensor.season.markdown
+++ b/source/_components/sensor.season.markdown
@@ -11,6 +11,7 @@ ha_category: Utility
logo: home-assistant.png
ha_iot_class: "Local Polling"
ha_release: 0.53
+ha_qa_scale: internal
---
The `season` sensor will display the current astronomical or meteorological season (Spring, Summer, Autumn, Winter) based on the user's setting in the configuration file.
diff --git a/source/_components/sensor.simulated.markdown b/source/_components/sensor.simulated.markdown
index e4ef0bd1d1c..b54ecd4234d 100644
--- a/source/_components/sensor.simulated.markdown
+++ b/source/_components/sensor.simulated.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Utility
ha_iot_class: "Local Polling"
ha_release: 0.65
+ha_qa_scale: internal
---
The `simulated` sensor platform provides a simulated sensor that generates a time-varying signal `V(t)` given by the [function](https://en.wikipedia.org/wiki/Sine_wave):
diff --git a/source/_components/sensor.template.markdown b/source/_components/sensor.template.markdown
index 14f2b07ff17..c2942d023a0 100644
--- a/source/_components/sensor.template.markdown
+++ b/source/_components/sensor.template.markdown
@@ -11,6 +11,7 @@ ha_category: Sensor
ha_release: 0.12
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform supports sensors which break out `state_attributes` from other entities.
diff --git a/source/_components/sensor.time_date.markdown b/source/_components/sensor.time_date.markdown
index ce9547358eb..4a922a7e408 100644
--- a/source/_components/sensor.time_date.markdown
+++ b/source/_components/sensor.time_date.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Calendar
ha_iot_class: "Local Push"
ha_release: pre 0.7
+ha_qa_scale: internal
---
diff --git a/source/_components/sensor.uptime.markdown b/source/_components/sensor.uptime.markdown
index 30f8cdadb29..c55011e0cff 100644
--- a/source/_components/sensor.uptime.markdown
+++ b/source/_components/sensor.uptime.markdown
@@ -11,6 +11,7 @@ ha_category: Utility
ha_iot_class: "Local Pushing"
logo: home-assistant.png
ha_release: 0.56
+ha_qa_scale: internal
---
diff --git a/source/_components/sensor.version.markdown b/source/_components/sensor.version.markdown
index 20e48d1fcd1..92437ab87a8 100644
--- a/source/_components/sensor.version.markdown
+++ b/source/_components/sensor.version.markdown
@@ -11,6 +11,7 @@ ha_category: Utility
ha_iot_class: "Local Pushing"
logo: home-assistant.png
ha_release: 0.52
+ha_qa_scale: internal
---
The `version` sensor platform is displaying the current version of Home Assistant in the frontend.
diff --git a/source/_components/sensor.worldclock.markdown b/source/_components/sensor.worldclock.markdown
index c35d652f10c..620e2935518 100644
--- a/source/_components/sensor.worldclock.markdown
+++ b/source/_components/sensor.worldclock.markdown
@@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Calendar
ha_iot_class: "Local Push"
ha_release: pre 0.7
+ha_qa_scale: internal
---
diff --git a/source/_components/shopping_list.markdown b/source/_components/shopping_list.markdown
index e99b96e7b3a..09597900327 100644
--- a/source/_components/shopping_list.markdown
+++ b/source/_components/shopping_list.markdown
@@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png
ha_category: Intent
ha_release: "0.50"
+ha_qa_scale: internal
---
The `shopping_list` component allows you to keep track of shopping list items. Includes the ability to add items via your voice using the sentence "Add eggs to my shopping list".
diff --git a/source/_components/sun.markdown b/source/_components/sun.markdown
index 54600bac2a0..d56854b01b2 100644
--- a/source/_components/sun.markdown
+++ b/source/_components/sun.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: Environment
+ha_qa_scale: internal
---
The sun component will use your current location to track if the sun is above or
diff --git a/source/_components/switch.flux.markdown b/source/_components/switch.flux.markdown
index 41df4100657..cb9668f74c2 100644
--- a/source/_components/switch.flux.markdown
+++ b/source/_components/switch.flux.markdown
@@ -10,6 +10,7 @@ footer: true
ha_category: Automation
ha_release: 0.21
logo: home-assistant.png
+ha_qa_scale: internal
---
The `flux` switch platform will change the temperature of your lights similar to the way flux works on your computer, using circadian rhythm. They will be bright during the day, and gradually fade to a red/orange at night.
diff --git a/source/_components/switch.template.markdown b/source/_components/switch.template.markdown
index 9051ca4bb46..e3badda4bcc 100644
--- a/source/_components/switch.template.markdown
+++ b/source/_components/switch.template.markdown
@@ -11,6 +11,7 @@ ha_category: Switch
ha_release: 0.13
ha_iot_class: "Local Push"
logo: home-assistant.png
+ha_qa_scale: internal
---
The `template` platform creates switches that combines components.
diff --git a/source/_components/tts.picotts.markdown b/source/_components/tts.picotts.markdown
index 5525c0b8ecb..49fb5823d41 100644
--- a/source/_components/tts.picotts.markdown
+++ b/source/_components/tts.picotts.markdown
@@ -14,7 +14,7 @@ ha_release: 0.36
The `picotts` text-to-speech platform uses offline pico Text-to-Speech engine to read a text with natural sounding voices.
This requires to install the pico tts library on the system, typically on debian just do `sudo apt-get install libttspico-utils`
-On some raspbian release, this package is missing but you can just copy the arm deb package from debian.
+On some Raspbian release, this package is missing but you can just copy the arm deb package from debian.
To enable text-to-speech with Pico, add the following lines to your `configuration.yaml`:
diff --git a/source/_components/websocket_api.markdown b/source/_components/websocket_api.markdown
index 7711d202b82..4457f2feeac 100644
--- a/source/_components/websocket_api.markdown
+++ b/source/_components/websocket_api.markdown
@@ -9,6 +9,7 @@ sharing: true
footer: true
logo: home-assistant.png
ha_category: "Other"
+ha_qa_scale: internal
---
The `websocket_api` component set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This component depends on the [`http` component](/components/http/).