mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Complete IoT Classifications (#15576)
This commit is contained in:
parent
02f4c54607
commit
6225c6b18b
@ -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/).
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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/).
|
||||||
|
@ -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):
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
@ -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">
|
||||||
|
@ -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:
|
||||||
|
@ -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.
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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`.
|
||||||
|
@ -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>
|
||||||
|
@ -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/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user