mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase (#11672)
* Rename frontmatter ha_qa_scale to ha_quality_scale to match codebase * Update all integrations quality scales (done by sync)
This commit is contained in:
parent
71b234544c
commit
23b0b57c08
@ -22,16 +22,16 @@
|
|||||||
</div>
|
</div>
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
|
|
||||||
{%- if page.ha_qa_scale -%}
|
{%- if page.ha_quality_scale -%}
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
Quality Scale: <a href='/docs/quality_scale/'>
|
Quality Scale: <a href='/docs/quality_scale/'>
|
||||||
{%- if page.ha_qa_scale == 'platinum' -%}
|
{%- if page.ha_quality_scale == 'platinum' -%}
|
||||||
🏆 (platinum)
|
🏆 (platinum)
|
||||||
{%- elsif page.ha_qa_scale == 'gold' -%}
|
{%- elsif page.ha_quality_scale == 'gold' -%}
|
||||||
🥇 (gold)
|
🥇 (gold)
|
||||||
{%- elsif page.ha_qa_scale == 'silver' -%}
|
{%- elsif page.ha_quality_scale == 'silver' -%}
|
||||||
🥈 (silver)
|
🥈 (silver)
|
||||||
{%- elsif page.ha_qa_scale == 'internal' -%}
|
{%- elsif page.ha_quality_scale == 'internal' -%}
|
||||||
🏠 (internal)
|
🏠 (internal)
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</a>
|
</a>
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate Alarm Control Panels into Home Ass
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7.3
|
ha_release: 0.7.3
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Home Assistant can give you an interface with is similar to a classic alarm system.
|
Home Assistant can give you an interface with is similar to a classic alarm system.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.38
|
ha_release: 0.38
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `alert` integration is designed to notify you when problematic issues arise.
|
The `alert` integration is designed to notify you when problematic issues arise.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup the RESTful API within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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/).
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_release: 0.73
|
ha_release: 0.73
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration creates the endpoints for the [authentication system](/docs/authentication/) that is built into Home Assistant.
|
This integration creates the endpoints for the [authentication system](/docs/authentication/) that is built into Home Assistant.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup automation within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Please see the [docs section](/docs/automation/) for in-depth
|
Please see the [docs section](/docs/automation/) for in-depth
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.53
|
ha_release: 0.53
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `bayesian` binary sensor platform observes the state from multiple sensors and uses [Bayes' rule](https://en.wikipedia.org/wiki/Bayes%27_theorem) to estimate the probability that an event has occurred given the state of the observed sensors. If the estimated posterior probability is above the `probability_threshold`, the sensor is `on` otherwise it is `off`.
|
The `bayesian` binary sensor platform observes the state from multiple sensors and uses [Bayes' rule](https://en.wikipedia.org/wiki/Bayes%27_theorem) to estimate the probability that an event has occurred given the state of the observed sensors. If the estimated posterior probability is above the `probability_threshold`, the sensor is `on` otherwise it is `off`.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how-to setup binary sensors with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.9
|
ha_release: 0.9
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Binary sensors gather information about the state of devices which have a "digital" return value (either 1 or 0). These can be switches, contacts, pins, etc. These sensors only have two states: **0/off/low/closed/false** and **1/on/high/open/true**. Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality.
|
Binary sensors gather information about the state of devices which have a "digital" return value (either 1 or 0). These can be switches, contacts, pins, etc. These sensors only have two states: **0/off/low/closed/false** and **1/on/high/open/true**. Knowing that there are only two states allows Home Assistant to represent these sensors in a better way in the frontend according to their functionality.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.12
|
ha_release: 0.12
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform supports binary sensors which get their values from
|
The `template` platform supports binary sensors which get their values from
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup the browser integration with Home Assi
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Utility
|
- Utility
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `browser` integration provides a service to open URLs in the default browser on the host machine.
|
The `browser` integration provides a service to open URLs in the default browser on the host machine.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate cameras within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Camera
|
- Camera
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The camera integration allows you to use IP cameras with Home Assistant.
|
The camera integration allows you to use IP cameras with Home Assistant.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup climate control devices within Home As
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Climate
|
- Climate
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.19
|
ha_release: 0.19
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The Climate integration allows you to control and monitor HVAC (heating, ventilating, and air conditioning) devices and thermostats.
|
The Climate integration allows you to control and monitor HVAC (heating, ventilating, and air conditioning) devices and thermostats.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Front End
|
- Front End
|
||||||
ha_release: 0.39
|
ha_release: 0.39
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant.
|
The `config` integration is designed to display panels in the frontend to configure and manage parts of Home Assistant.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate the configurator in your component
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class='note'>
|
<div class='note'>
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to have conversations with your Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Voice
|
- Voice
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The conversation integration 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.
|
The conversation integration 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.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.53
|
ha_release: 0.53
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `counter` integration allows one to count occurrences fired by automations.
|
The `counter` integration allows one to count occurrences fired by automations.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.66
|
ha_release: 0.66
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `group` platform can create a cover that combines several cover entities into one.
|
The `group` platform can create a cover that combines several cover entities into one.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate covers into Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.27
|
ha_release: 0.27
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.
|
Home Assistant can give you an interface to control covers such as rollershutters, blinds, and garage doors.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.48
|
ha_release: 0.48
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform can create covers that combine integrations and provides
|
The `template` platform can create covers that combine integrations and provides
|
||||||
|
@ -8,8 +8,8 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
ha_release: 0.59
|
ha_release: 0.59
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_qa_scale: platinum
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
|
||||||
The `daikin` integration integrates Daikin air conditioning systems into Home Assistant.
|
The `daikin` integration integrates Daikin air conditioning systems into Home Assistant.
|
||||||
|
@ -12,8 +12,8 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
ha_release: 0.61
|
ha_release: 0.61
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_qa_scale: platinum
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
|
||||||
[deCONZ](https://www.dresden-elektronik.de/funk/software/deconz.html) by [dresden elektronik](https://www.dresden-elektronik.de) is a software that communicates with ConBee/RaspBee Zigbee gateways and exposes Zigbee devices that are connected to the gateway.
|
[deCONZ](https://www.dresden-elektronik.de/funk/software/deconz.html) by [dresden elektronik](https://www.dresden-elektronik.de) is a software that communicates with ConBee/RaspBee Zigbee gateways and exposes Zigbee devices that are connected to the gateway.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to use the Platform demos with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `demo` platform allows you to use integrations which are providing a demo of their implementation. The demo entities are dummies but show you how the actual platform looks like. This way you can run own demonstration instance like the online [Home Assistant demo](/demo/) or `hass --demo-mode` but combined with your own real/functional platforms.
|
The `demo` platform allows you to use integrations which are providing a demo of their implementation. The demo entities are dummies but show you how the actual platform looks like. This way you can run own demonstration instance like the online [Home Assistant demo](/demo/) or `hass --demo-mode` but combined with your own real/functional platforms.
|
||||||
|
@ -3,8 +3,8 @@ title: Device Automation
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to automate your lights with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Home Assistant has a built-in integration called `device_sun_light_trigger` to help you automate your lights. The integration will:
|
Home Assistant has a built-in integration called `device_sun_light_trigger` to help you automate your lights. The integration will:
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup device tracking within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Presence Detection
|
- Presence Detection
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The device tracker allows you to track devices in Home Assistant. This can happen by querying your wireless router or by having applications push location info.
|
The device tracker allows you to track devices in Home Assistant. This can happen by querying your wireless router or by having applications push location info.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup Home Assistant to discover new devices
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [uPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` integration can detect:
|
Home Assistant can discover and automatically configure [zeroconf](https://en.wikipedia.org/wiki/Zero-configuration_networking)/[mDNS](https://en.wikipedia.org/wiki/Multicast_DNS) and [uPnP](https://en.wikipedia.org/wiki/Universal_Plug_and_Play) devices on your network. Currently the `discovery` integration can detect:
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Downloading
|
- Downloading
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Hub
|
- Hub
|
||||||
ha_release: 0.27
|
ha_release: 0.27
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class='note warning'>
|
<div class='note warning'>
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup Fan devices within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Fan
|
- Fan
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.27
|
ha_release: 0.27
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `fan` integration is built for the controlling of fan devices.
|
The `fan` integration is built for the controlling of fan devices.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.69
|
ha_release: 0.69
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform creates fans that combine integrations and provides the
|
The `template` platform creates fans that combine integrations and provides the
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.65
|
ha_release: 0.65
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `filter` platform enables sensors that process the states of other entities.
|
The `filter` platform enables sensors that process the states of other entities.
|
||||||
|
@ -5,7 +5,7 @@ ha_category:
|
|||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.21
|
ha_release: 0.21
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_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. The `flux` switch restores its last state after startup.
|
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. The `flux` switch restores its last state after startup.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- System Monitor
|
- System Monitor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.67
|
ha_release: 0.67
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration 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:
|
This integration 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:
|
||||||
|
@ -4,8 +4,8 @@ description: Offers a frontend to Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This offers the official frontend to control Home Assistant. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
This offers the official frontend to control Home Assistant. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup groups within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Organization
|
- Organization
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Groups allow the user to combine multiple entities into one.
|
Groups allow the user to combine multiple entities into one.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- History
|
- History
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `history` integration will track everything that is going on within Home
|
The `history` integration will track everything that is going on within Home
|
||||||
|
@ -5,7 +5,7 @@ ha_category:
|
|||||||
- History
|
- History
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_release: 0.55
|
ha_release: 0.55
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
<p class='img'>
|
<p class='img'>
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.39
|
ha_release: 0.39
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `history_stats` sensor platform provides quick statistics about another integration or platforms, using data from the [history](/integrations/history/).
|
The `history_stats` sensor platform provides quick statistics about another integration or platforms, using data from the [history](/integrations/history/).
|
||||||
|
@ -3,7 +3,7 @@ title: Home Assistant Core Integration
|
|||||||
description: Description of the homeassistant integration.
|
description: Description of the homeassistant integration.
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_release: 0.0
|
ha_release: 0.0
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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`.
|
||||||
|
@ -8,7 +8,7 @@ ha_category:
|
|||||||
- Sensor
|
- Sensor
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `http` integration serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.
|
The `http` integration serves all files and data required for the Home Assistant frontend. You only need to add this to your configuration file if you want to change any of the default settings.
|
||||||
|
@ -6,10 +6,10 @@ ha_category:
|
|||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_qa_scale: platinum
|
|
||||||
featured: true
|
featured: true
|
||||||
ha_release: '0.60'
|
ha_release: '0.60'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
|
||||||
Philips Hue support is integrated into Home Assistant as a hub that can drive the light and sensor platforms. The preferred way to set up the Philips Hue platform is by enabling the [discovery component](/integrations/discovery/).
|
Philips Hue support is integrated into Home Assistant as a hub that can drive the light and sensor platforms. The preferred way to set up the Philips Hue platform is by enabling the [discovery component](/integrations/discovery/).
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate the Input Boolean integration into
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.11
|
ha_release: 0.11
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `input_boolean` integration allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.
|
The `input_boolean` integration allows the user to define boolean values that can be controlled via the frontend and can be used within conditions of automation. This can for example be used to disable or enable certain automations.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.55
|
ha_release: 0.55
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `input_datetime` integration allows the user to define date and time values
|
The `input_datetime` integration allows the user to define date and time values
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.55
|
ha_release: 0.55
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `input_number` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as `automation` triggers as well.
|
The `input_number` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. The frontend can display a slider, or a numeric input box. Changes to the slider or numeric input box generate state events. These state events can be utilized as `automation` triggers as well.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.13
|
ha_release: 0.13
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `input_select` integration allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, a state transition event is generated. This state event can be used in an `automation` trigger.
|
The `input_select` integration allows the user to define a list of values that can be selected via the frontend and can be used within conditions of automation. When a user selects a new item, a state transition event is generated. This state event can be used in an `automation` trigger.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.53
|
ha_release: 0.53
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `input_text` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. Changes to the value stored in the text box generate state events. These state events can be utilized as `automation` triggers as well. It can also be configured in password mode (obscured text).
|
The `input_text` integration allows the user to define values that can be controlled via the frontend and can be used within conditions of automation. Changes to the value stored in the text box generate state events. These state events can be utilized as `automation` triggers as well. It can also be configured in password mode (obscured text).
|
||||||
|
@ -7,7 +7,7 @@ ha_category:
|
|||||||
ha_release: 0.87
|
ha_release: 0.87
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: integral.png
|
logo: integral.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `integration` platform provides the [Riemann sum](https://en.wikipedia.org/wiki/Riemann_sum) of the values provided by a source sensor. The Riemann sum is an approximation of an **integral** by a finite sum. The integration sensors is updated upon changes of the **source**. Fast sampling source sensors provide better results. In this implementation, the default is the Trapezoidal method, but Left and Right methods can optionally be used.
|
The `integration` platform provides the [Riemann sum](https://en.wikipedia.org/wiki/Riemann_sum) of the values provided by a source sensor. The Riemann sum is an approximation of an **integral** by a finite sum. The integration sensors is updated upon changes of the **source**. Fast sampling source sensors provide better results. In this implementation, the default is the Trapezoidal method, but Left and Right methods can optionally be used.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Intent
|
- Intent
|
||||||
ha_release: '0.50'
|
ha_release: '0.50'
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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/).
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.65
|
ha_release: 0.65
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_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.
|
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.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup your lights with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Light
|
- Light
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration allows you to track and control various light bulbs. Read the integration documentation for your particular light hardware to learn how to enable it.
|
This integration allows you to track and control various light bulbs. Read the integration documentation for your particular light hardware to learn how to enable it.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.83
|
ha_release: 0.83
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The light switch platform lets you control an existing switch, allowing you
|
The light switch platform lets you control an existing switch, allowing you
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.46
|
ha_release: 0.46
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform creates lights that combine integrations and provides the
|
The `template` platform creates lights that combine integrations and provides the
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup your locks with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Lock
|
- Lock
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.9
|
ha_release: 0.9
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Keeps track which locks are in your environment, their state and allows you to control them.
|
Keeps track which locks are in your environment, their state and allows you to control them.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.81
|
ha_release: 0.81
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform creates locks that combines components.
|
The `template` platform creates locks that combines components.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to enable the logger integration for Home Assis
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Utility
|
- Utility
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.8
|
ha_release: 0.8
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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,8 +7,8 @@ ha_category:
|
|||||||
- Sensor
|
- Sensor
|
||||||
ha_release: 0.82
|
ha_release: 0.82
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_qa_scale: gold
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
ha_quality_scale: gold
|
||||||
---
|
---
|
||||||
|
|
||||||
The `luftdaten` integration will query the open data API of [luftdaten.info](https://luftdaten.info/) to monitor air quality and other weather data from a specific (self build) sensor station.
|
The `luftdaten` integration will query the open data API of [luftdaten.info](https://luftdaten.info/) to monitor air quality and other weather data from a specific (self build) sensor station.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Alarm
|
- Alarm
|
||||||
ha_release: 0.7.6
|
ha_release: 0.7.6
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `manual` alarm control panel 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.
|
||||||
|
@ -4,8 +4,8 @@ description: Offers a map to show tracked devices.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.56
|
ha_release: 0.56
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
This offers a map on the frontend to display the location of tracked devices. To set up tracked devices, look at the [device tracker](/integrations/device_tracker/) documentation. This integration is by default enabled, unless you've disabled or removed the [`default_config:`](https://www.home-assistant.io/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_release: 0.49
|
ha_release: 0.49
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `media_extractor` integration gets a stream URL and sends it to a media player entity. This integration can extract entity specific streams if configured accordingly.
|
The `media_extractor` integration gets a stream URL and sends it to a media player entity. This integration can extract entity specific streams if configured accordingly.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup your media players with Home Assistant
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Interacts with media players on your network.
|
Interacts with media players on your network.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.31
|
ha_release: 0.31
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `min_max` sensor platform consumes the state from other sensors to determine the minimum, maximum, latest (last) and the mean of the collected states. The sensor will always show you the lowest/highest/latest value which was received from all monitored sensors. If you have spikes in your values, it's recommended to filter/equalize your values with a [statistics sensor](/integrations/statistics) first.
|
The `min_max` sensor platform consumes the state from other sensors to determine the minimum, maximum, latest (last) and the mean of the collected states. The sensor will always show you the lowest/highest/latest value which was received from all monitored sensors. If you have spikes in your values, it's recommended to filter/equalize your values with a [statistics sensor](/integrations/statistics) first.
|
||||||
|
@ -5,8 +5,8 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_release: 0.89
|
ha_release: 0.89
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Environment
|
- Environment
|
||||||
ha_release: '0.20'
|
ha_release: '0.20'
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The Mold Indicator sensor integration 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 integration 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.
|
The Mold Indicator sensor integration 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 integration 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.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Environment
|
- Environment
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.38
|
ha_release: 0.38
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `moon` integration tracks the phases of the moon.
|
The `moon` integration tracks the phases of the moon.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Notifications
|
- Notifications
|
||||||
ha_release: 0.26
|
ha_release: 0.26
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `group` notification platform allows you to combine multiple `notify` platforms into a single service.
|
The `group` notification platform allows you to combine multiple `notify` platforms into a single service.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to add user notifications to Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Notifications
|
- Notifications
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.
|
The `notify` integration makes it possible to send notifications to a wide variety of platforms. To use it you have to setup at least one notification target (notifier), check the [integrations list](/integrations/#notifications) for one that fits your use case.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_release: 0.73
|
ha_release: 0.73
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration creates the endpoints for the onboarding that is built into Home Assistant. There are no configuration options for this integration directly.
|
This integration creates the endpoints for the onboarding that is built into Home Assistant. There are no configuration options for this integration directly.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.49
|
ha_release: 0.49
|
||||||
ha_qa_scale: internal
|
ha_quality_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.
|
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.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Front End
|
- Front End
|
||||||
ha_release: 0.26
|
ha_release: 0.26
|
||||||
ha_qa_scale: internal
|
ha_quality_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).
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Front End
|
- Front End
|
||||||
ha_release: 0.25
|
ha_release: 0.25
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_release: 0.23
|
ha_release: 0.23
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `persistent_notification` integration can be used to show a notification on the frontend that has to be dismissed by the user.
|
The `persistent_notification` integration can be used to show a notification on the frontend that has to be dismissed by the user.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to set up people tracking within Home Assistant
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Presence Detection
|
- Presence Detection
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.88
|
ha_release: 0.88
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The person integration allows connecting [device tracker](/integrations/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order:
|
The person integration allows connecting [device tracker](/integrations/device_tracker/) entities to one or more person entities. The state updates of a connected device tracker will set the state of the person. When multiple device trackers are used, the state of person will be determined in this order:
|
||||||
|
@ -7,7 +7,7 @@ ha_category:
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Presence Detection
|
- Presence Detection
|
||||||
ha_release: 0.43
|
ha_release: 0.43
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
There is currently support for the following device types within Home Assistant:
|
There is currently support for the following device types within Home Assistant:
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Environment
|
- Environment
|
||||||
ha_release: 0.44
|
ha_release: 0.44
|
||||||
ha_qa_scale: internal
|
ha_quality_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.
|
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.
|
||||||
|
@ -10,7 +10,7 @@ ha_category:
|
|||||||
ha_release: 0.83
|
ha_release: 0.83
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_qa_scale: gold
|
ha_quality_scale: gold
|
||||||
---
|
---
|
||||||
|
|
||||||
The Point hub enables integration with the [Minut Point](https://minut.com/). To connect with Point, you will have to [sign up for a developer account](https://minut.com/community/developers/) and get a `client_id` and `client_secret` with the `callback url` configured as your Home Assistant `base_url` + `/api/minut`, e.g. `http://localhost:8123/api/minut`. The `client_id` and `client_secret` should be used as below.
|
The Point hub enables integration with the [Minut Point](https://minut.com/). To connect with Point, you will have to [sign up for a developer account](https://minut.com/community/developers/) and get a `client_id` and `client_secret` with the `callback url` configured as your Home Assistant `base_url` + `/api/minut`, e.g. `http://localhost:8123/api/minut`. The `client_id` and `client_secret` should be used as below.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.13
|
ha_release: 0.13
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `proximity` integration allows you to monitor the proximity of devices to a particular [zone](/integrations/zone/) and the direction of travel. The result is an entity created in Home Assistant which maintains the proximity data.
|
The `proximity` integration allows you to monitor the proximity of devices to a particular [zone](/integrations/zone/) and the direction of travel. The result is an entity created in Home Assistant which maintains the proximity data.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_release: 0.47
|
ha_release: 0.47
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
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:
|
||||||
|
@ -8,7 +8,7 @@ ha_category:
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.32
|
ha_release: 0.32
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `random` integration simply creates random values or state. This can be useful if you want to test automation rules or run an interactive demo. It generates a new state every time it is polled.
|
The `random` integration simply creates random values or state. This can be useful if you want to test automation rules or run an interactive demo. It generates a new state every time it is polled.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- History
|
- History
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history` integration](/integrations/history/).
|
The `recorder` integration is responsible for storing details in a database, which then are handled by the [`history` integration](/integrations/history/).
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Front End
|
- Front End
|
||||||
ha_release: 0.44
|
ha_release: 0.44
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `rss_feed_template` integration 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` integration 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.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup scenes within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Organization
|
- Organization
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.15
|
ha_release: 0.15
|
||||||
|
ha_quality_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.
|
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.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup scripts within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `script` integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services.
|
The `script` integration allows users to specify a sequence of actions to be executed by Home Assistant. These are run when you turn the script on. The script integration will create an entity for each script and allow them to be controlled via services.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.53
|
ha_release: 0.53
|
||||||
ha_qa_scale: internal
|
ha_quality_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.
|
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.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to setup your sensors with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Sensors are gathering information about states and conditions.
|
Sensors are gathering information about states and conditions.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_release: 0.33
|
ha_release: 0.33
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `websocket_api` sensor platform shows how many clients are connected to the stream API.
|
The `websocket_api` sensor platform shows how many clients are connected to the stream API.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to integrate Shell commands into Home Assistant
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Automation
|
- Automation
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7.6
|
ha_release: 0.7.6
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
This integration can expose regular shell commands as services. Services can be called from a [script] or in [automation].
|
This integration can expose regular shell commands as services. Services can be called from a [script] or in [automation].
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Intent
|
- Intent
|
||||||
ha_release: '0.50'
|
ha_release: '0.50'
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `shopping_list` integration 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".
|
The `shopping_list` integration 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".
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.65
|
ha_release: 0.65
|
||||||
ha_qa_scale: internal
|
ha_quality_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):
|
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):
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: '0.30'
|
ha_release: '0.30'
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `statistics` sensor platform consumes the state from other sensors. It exports the `mean` value as state and the following values as attributes: `count`, `mean`, `median`, `stdev`, `variance`, `total`, `min_value`, `max_value`, `min_age`, `max_age`, `change`, `average_change` and `change_rate`. If it's a binary sensor then only state changes are counted.
|
The `statistics` sensor platform consumes the state from other sensors. It exports the `mean` value as state and the following values as attributes: `count`, `mean`, `median`, `stdev`, `variance`, `total`, `min_value`, `max_value`, `min_age`, `max_age`, `change`, `average_change` and `change_rate`. If it's a binary sensor then only state changes are counted.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Other
|
- Other
|
||||||
ha_release: '0.90'
|
ha_release: '0.90'
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `stream` integration provides a way to proxy live streams through Home Assistant. The integration currently only supports proxying H.264 source streams to the HLS format and requires at least FFmpeg >= 3.2.
|
The `stream` integration provides a way to proxy live streams through Home Assistant. The integration currently only supports proxying H.264 source streams to the HLS format and requires at least FFmpeg >= 3.2.
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to track the sun within Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Environment
|
- Environment
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The sun integration will use your current location to track if the sun is above or
|
The sun integration will use your current location to track if the sun is above or
|
||||||
|
@ -4,8 +4,8 @@ description: Instructions on how to set up your switches with Home Assistant.
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Switch
|
- Switch
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.7
|
ha_release: 0.7
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
Keeps track which switches are in your environment, their state and allows you to control them.
|
Keeps track which switches are in your environment, their state and allows you to control them.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.13
|
ha_release: 0.13
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform creates switches that combines components.
|
The `template` platform creates switches that combines components.
|
||||||
|
@ -4,8 +4,8 @@ description: System Health integration will report system info and allow to run
|
|||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_qa_scale: internal
|
|
||||||
ha_release: 0.87
|
ha_release: 0.87
|
||||||
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.
|
The System Health integration provides an API to offer information on the system and its components. It also allows to run diagnostic tools to diagnose problems.
|
||||||
|
@ -5,7 +5,7 @@ logo: home-assistant.png
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Other
|
- Other
|
||||||
ha_release: 0.58
|
ha_release: 0.58
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `system_log` integration 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` integration 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`.
|
||||||
|
@ -11,8 +11,8 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
ha_release: 0.11
|
ha_release: 0.11
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_qa_scale: gold
|
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
|
ha_quality_scale: gold
|
||||||
---
|
---
|
||||||
|
|
||||||
The `tellduslive` integration let you connect to [Telldus Live](https://live.telldus.com). It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
|
The `tellduslive` integration let you connect to [Telldus Live](https://live.telldus.com). It's cloud platform that connects to your Tellstick Net or Tellstick ZNet connected gear at home.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.12
|
ha_release: 0.12
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
logo: home-assistant.png
|
logo: home-assistant.png
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `template` platform supports sensors which get their values from other entities.
|
The `template` platform supports sensors which get their values from other entities.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Utility
|
- Utility
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_release: 0.34
|
ha_release: 0.34
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The `threshold` binary sensor platform observes the state of another sensor. If the value is below (`lower`) or higher (`upper`) than the given threshold then state of the threshold sensor is changed. It support also a range if `lower` and `upper` are given.
|
The `threshold` binary sensor platform observes the state of another sensor. If the value is below (`lower`) or higher (`upper`) than the given threshold then state of the threshold sensor is changed. It support also a range if `lower` and `upper` are given.
|
||||||
|
@ -7,8 +7,8 @@ ha_category:
|
|||||||
- Sensor
|
- Sensor
|
||||||
- Notifications
|
- Notifications
|
||||||
ha_release: 0.8
|
ha_release: 0.8
|
||||||
ha_qa_scale: silver
|
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
|
ha_quality_scale: silver
|
||||||
---
|
---
|
||||||
|
|
||||||
The `tibber` integration provides a sensor with the current electricity price if you are a [Tibber](https://tibber.com/) customer.
|
The `tibber` integration provides a sensor with the current electricity price if you are a [Tibber](https://tibber.com/) customer.
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
- Calendar
|
- Calendar
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_qa_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
The time and date (`time_date`) sensor platform adds one or more sensors to your Home Assistant state machine.
|
The time and date (`time_date`) sensor platform adds one or more sensors to your Home Assistant state machine.
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user