Add IQS Internal to several components (#6450)

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal

* IQS Internal
This commit is contained in:
datafx 2018-10-02 14:33:13 -04:00 committed by Fabian Affolter
parent 8616dbd057
commit ef17ca3881
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F
12 changed files with 12 additions and 0 deletions

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Automation ha_category: Automation
ha_qa_scale: internal
--- ---
Please see the [docs section](/docs/automation/) for in-depth Please see the [docs section](/docs/automation/) for in-depth

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Other ha_category: Other
ha_qa_scale: internal
--- ---

View File

@ -11,6 +11,7 @@ logo: home-assistant.png
ha_category: Hub ha_category: Hub
ha_release: 0.27 ha_release: 0.27
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
ha_qa_scale: internal
--- ---
<p class='note warning'> <p class='note warning'>

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Front end ha_category: Front end
ha_release: 0.26 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). 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).

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Front end ha_category: Front end
ha_release: 0.25 ha_release: 0.25
ha_qa_scale: internal
--- ---

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Automation ha_category: Automation
ha_release: 0.13 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. 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.

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Automation ha_category: Automation
ha_release: 0.47 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 `<config>/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: This component allows you to write Python scripts that are exposed as services in Home Assistant. Each Python file created in the `<config>/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:

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Front end ha_category: Front end
ha_release: 0.44 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. 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.

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Automation 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. 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.

View File

@ -9,6 +9,7 @@ sharing: true
footer: true footer: true
ha_category: Automation ha_category: Automation
logo: home-assistant.png 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]. This component can expose regular shell commands as services. Services can be called from a [script] or in [automation].

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Other ha_category: Other
ha_release: 0.58 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`. 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`.

View File

@ -10,6 +10,7 @@ footer: true
logo: home-assistant.png logo: home-assistant.png
ha_category: Front end ha_category: Front end
ha_release: 0.13 ha_release: 0.13
ha_qa_scale: internal
--- ---
The `weblink` component allows you to display links in the Home Assistant frontend. The `weblink` component allows you to display links in the Home Assistant frontend.