Complete IoT Classifications (#15576)

This commit is contained in:
Franck Nijhof 2020-11-20 21:32:23 +01:00 committed by GitHub
parent 02f4c54607
commit 6225c6b18b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 21 additions and 0 deletions

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: api ha_domain: api
ha_iot_class:
--- ---
The `api` integration exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [HTTP integration](/integrations/http/). The `api` integration exposes a RESTful API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [HTTP integration](/integrations/http/).

View File

@ -8,6 +8,7 @@ ha_codeowners:
- '@frenck' - '@frenck'
ha_domain: debugpy ha_domain: debugpy
ha_quality_scale: internal ha_quality_scale: internal
ha_iot_class: Local Push
--- ---
The remote Python debugger integration allows you to use the Visual Studio Code The remote Python debugger integration allows you to use the Visual Studio Code

View File

@ -7,6 +7,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: device_automation ha_domain: device_automation
ha_iot_class:
--- ---
Device Automations is a plugin for the automation integration to allow other integrations to provide device specific triggers, conditions and actions. Device Automations is a plugin for the automation integration to allow other integrations to provide device specific triggers, conditions and actions.

View File

@ -6,6 +6,7 @@ ha_category:
ha_release: pre 0.7 ha_release: pre 0.7
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: downloader ha_domain: downloader
ha_iot_class:
--- ---
The `downloader` integration 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. The `downloader` integration 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.

View File

@ -5,6 +5,7 @@ ha_category:
- Image Processing - Image Processing
ha_release: 0.29 ha_release: 0.29
ha_domain: ffmpeg ha_domain: ffmpeg
ha_iot_class:
--- ---
The `ffmpeg` integration allows other Home Assistant integrations to process video and audio streams. This integration supports all FFmpeg versions since 3.0.0; if you have an older version, please update. The `ffmpeg` integration allows other Home Assistant integrations to process video and audio streams. This integration supports all FFmpeg versions since 3.0.0; if you have an older version, please update.

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: homeassistant ha_domain: homeassistant
ha_iot_class:
--- ---
The Home Assistant integration provides generic implementations like the generic `homeassistant.turn_on`. The Home Assistant integration provides generic implementations like the generic `homeassistant.turn_on`.

View File

@ -6,6 +6,7 @@ ha_category:
ha_release: '0.50' ha_release: '0.50'
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: intent_script ha_domain: intent_script
ha_iot_class:
--- ---
The `intent_script` integration allows users to configure actions and responses to intents. Intents can be fired by any integration that supports it. Examples are [Alexa](/integrations/alexa/) (Amazon Echo), [Dialogflow](/integrations/dialogflow/) (Google Assistant) and [Snips](/integrations/snips/). The `intent_script` integration allows users to configure actions and responses to intents. Intents can be fired by any integration that supports it. Examples are [Alexa](/integrations/alexa/) (Amazon Echo), [Dialogflow](/integrations/dialogflow/) (Google Assistant) and [Snips](/integrations/snips/).

View File

@ -5,6 +5,7 @@ ha_category:
- Automation - Automation
ha_release: pre 0.7 ha_release: pre 0.7
ha_domain: keyboard ha_domain: keyboard
ha_iot_class:
--- ---
The `keyboard` integration simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS): The `keyboard` integration simulates key presses on the host machine. It currently offers the following Buttons as a Service (BaaS):

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: logger ha_domain: logger
ha_iot_class:
--- ---
The `logger` integration lets you define the level of logging activities in Home The `logger` integration lets you define the level of logging activities in Home

View File

@ -7,6 +7,7 @@ ha_release: 0.115
ha_domain: media_source ha_domain: media_source
ha_codeowners: ha_codeowners:
- '@hunterjm' - '@hunterjm'
ha_iot_class:
--- ---
The Media Source integration platform allows integrations to expose media for The Media Source integration platform allows integrations to expose media for

View File

@ -9,6 +9,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@robbiet480' - '@robbiet480'
ha_domain: mobile_app ha_domain: mobile_app
ha_iot_class: Local Push
--- ---
The Mobile App integration allows Home Assistant mobile apps to easily integrate with Home Assistant. The Mobile App integration allows Home Assistant mobile apps to easily integrate with Home Assistant.

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/frontend' - '@home-assistant/frontend'
ha_domain: panel_iframe ha_domain: panel_iframe
ha_iot_class:
--- ---
The `panel_iframe` support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar and can contain external resources like the web frontend of your router, your monitoring system, or your media server. The `panel_iframe` support allows you to add additional panels to your Home Assistant frontend. The panels are listed in the sidebar and can contain external resources like the web frontend of your router, your monitoring system, or your media server.

View File

@ -5,6 +5,7 @@ ha_category:
- Camera - Camera
ha_release: 0.65 ha_release: 0.65
ha_domain: proxy ha_domain: proxy
ha_iot_class:
--- ---
The `proxy` camera platform allows you to pass another camera's output through post-processing routines and generate a new camera with the post-processed output. The `proxy` camera platform allows you to pass another camera's output through post-processing routines and generate a new camera with the post-processed output.

View File

@ -7,6 +7,7 @@ ha_release: 0.93
ha_codeowners: ha_codeowners:
- '@swamp-ig' - '@swamp-ig'
ha_domain: ptvsd ha_domain: ptvsd
ha_iot_class: Local Push
--- ---
<div class="note warning"> <div class="note warning">

View File

@ -6,6 +6,7 @@ ha_category:
ha_release: 0.47 ha_release: 0.47
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: python_script ha_domain: python_script
ha_iot_class:
--- ---
This integration 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 integration 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

@ -6,6 +6,7 @@ ha_category:
ha_release: pre 0.7 ha_release: pre 0.7
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: recorder ha_domain: recorder
ha_iot_class: Local Push
--- ---
The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history` ](/integrations/history/) integration. The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history` ](/integrations/history/) integration.

View File

@ -6,6 +6,7 @@ ha_release: 0.105
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: safe_mode ha_domain: safe_mode
ha_iot_class:
--- ---
The `safe_mode` integration is an internally used integration by the The `safe_mode` integration is an internally used integration by the

View File

@ -5,6 +5,7 @@ ha_release: '0.102'
ha_codeowners: ha_codeowners:
- '@pvizeli' - '@pvizeli'
ha_domain: stt ha_domain: stt
ha_iot_class:
--- ---
Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back. Speech-to-Text (STT) allows you to stream speech data to the STT API and get text back.

View File

@ -6,6 +6,7 @@ ha_category:
ha_release: 0.58 ha_release: 0.58
ha_quality_scale: internal ha_quality_scale: internal
ha_domain: system_log ha_domain: system_log
ha_iot_class:
--- ---
The `system_log` integration stores information about all logged errors and warnings in Home Assistant. To view your logs, navigate to **Configuration** -> **Logs**. 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` integration stores information about all logged errors and warnings in Home Assistant. To view your logs, navigate to **Configuration** -> **Logs**. 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

@ -2,6 +2,7 @@
ha_release: 0.8 ha_release: 0.8
title: Webhook title: Webhook
ha_domain: webhook ha_domain: webhook
ha_iot_class:
--- ---
<script>location.href = '/docs/automation/trigger/#webhook-trigger';</script> <script>location.href = '/docs/automation/trigger/#webhook-trigger';</script>

View File

@ -8,6 +8,7 @@ ha_quality_scale: internal
ha_codeowners: ha_codeowners:
- '@home-assistant/core' - '@home-assistant/core'
ha_domain: websocket_api ha_domain: websocket_api
ha_iot_class:
--- ---
The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/). The `websocket_api` integration set up a WebSocket API and allows one to interact with a Home Assistant instance that is running headless. This integration depends on the [`http` component](/integrations/http/).