mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-04-27 23:07:34 +00:00
Merge branch 'current' into next
This commit is contained in:
commit
7cd01cf92d
@ -106,9 +106,9 @@ social:
|
|||||||
|
|
||||||
# Home Assistant release details
|
# Home Assistant release details
|
||||||
current_major_version: 2022
|
current_major_version: 2022
|
||||||
current_minor_version: 10
|
current_minor_version: 11
|
||||||
current_patch_version: 5
|
current_patch_version: 0
|
||||||
date_released: 2022-10-20
|
date_released: 2022-11-02
|
||||||
|
|
||||||
# Either # or the anchor link to latest release notes in the blog post.
|
# Either # or the anchor link to latest release notes in the blog post.
|
||||||
# Must be prefixed with a # and have double quotes around it.
|
# Must be prefixed with a # and have double quotes around it.
|
||||||
|
@ -16,7 +16,7 @@ module Jekyll
|
|||||||
#{args}
|
#{args}
|
||||||
|
|
||||||
Valid syntax:
|
Valid syntax:
|
||||||
{% my <redirect> [title="Link name"] [badge] [icon[="icon-puzzle-piece"]] [addon="core_ssh"] [blueprint_url="http://example.com/blueprint.yaml"] [domain="hue"] [service="light.turn_on"] %}
|
{% my <redirect> [title="Link name"] [badge] [icon[="icon-puzzle-piece"]] [addon="core_ssh"] [blueprint_url="http://example.com/blueprint.yaml"] [domain="hue"] [brand="philips"] [service="light.turn_on"] %}
|
||||||
MSG
|
MSG
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
@ -33,6 +33,7 @@ module Jekyll
|
|||||||
query += [["addon", options[:addon]]] if options.include? :addon
|
query += [["addon", options[:addon]]] if options.include? :addon
|
||||||
query += [["blueprint_url", options[:blueprint_url]]] if options.include? :blueprint_url
|
query += [["blueprint_url", options[:blueprint_url]]] if options.include? :blueprint_url
|
||||||
query += [["domain", options[:domain]]] if options.include? :domain
|
query += [["domain", options[:domain]]] if options.include? :domain
|
||||||
|
query += [["brand", options[:brand]]] if options.include? :brand
|
||||||
query += [["repository_url", options[:repository_url]]] if options.include? :repository_url
|
query += [["repository_url", options[:repository_url]]] if options.include? :repository_url
|
||||||
query += [["service", options[:service]]] if options.include? :service
|
query += [["service", options[:service]]] if options.include? :service
|
||||||
unless query.empty?
|
unless query.empty?
|
||||||
|
@ -12,17 +12,29 @@
|
|||||||
{%- if page.ha_config_flow and domain -%}
|
{%- if page.ha_config_flow and domain -%}
|
||||||
{% my config_flow_start badge domain=domain %}
|
{% my config_flow_start badge domain=domain %}
|
||||||
{%- elsif page.ha_iot_standard == "zigbee" -%}
|
{%- elsif page.ha_iot_standard == "zigbee" -%}
|
||||||
{% my config_zha badge %}
|
{%- if page.ha_brand -%}
|
||||||
|
{% my add_zigbee_device badge brand=domain %}
|
||||||
|
{%- elsif domain -%}
|
||||||
|
{% my add_zigbee_device badge domain=domain %}
|
||||||
|
{%- else -%}
|
||||||
|
{% my add_zigbee_device badge %}
|
||||||
|
{%- endif -%}
|
||||||
{%- elsif page.ha_iot_standard == "zwave" -%}
|
{%- elsif page.ha_iot_standard == "zwave" -%}
|
||||||
{% my config_zwave_js badge %}
|
{%- if page.ha_brand -%}
|
||||||
|
{% my add_zwave_device badge brand=domain %}
|
||||||
|
{%- elsif domain -%}
|
||||||
|
{% my add_zwave_device badge domain=domain %}
|
||||||
|
{%- else -%}
|
||||||
|
{% my add_zwave_device badge %}
|
||||||
|
{%- endif -%}
|
||||||
{%- endif -%}
|
{%- endif -%}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class='section'>
|
<div class='section'>
|
||||||
{%- if page.ha_brand -%}
|
{%- if page.ha_brand -%}
|
||||||
The {{ page.name | default: page.title }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
|
The {{ page.title | default: page.name }} brand was introduced in Home Assistant {{ page.ha_release | default: "unknown" }}.
|
||||||
{%- else -%}
|
{%- else -%}
|
||||||
The {{ page.name | default: page.title }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
|
The {{ page.title | default: page.name }} {{ page.ha_integration_type | default: "integration" }} was introduced in Home Assistant {{ page.ha_release | default: "unknown" }},
|
||||||
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
and it's used by <a title="Open analytics.home-assistant.io" href="https://analytics.home-assistant.io/#integrations" target="_blank" rel="noopener">
|
||||||
|
|
||||||
{% if percentage < 1 %}
|
{% if percentage < 1 %}
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your 3 Day Blinds devices using the Motion Blin
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: 3_day_blinds
|
ha_domain: 3_day_blinds
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -14,7 +14,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- weather
|
- weather
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The AccuWeather integration uses the [AccuWeather](https://accuweather.com/) web service as a source for weather data for your location.
|
The AccuWeather integration uses the [AccuWeather](https://accuweather.com/) web service as a source for weather data for your location.
|
||||||
|
@ -14,7 +14,7 @@ ha_domain: adguard
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
AdGuard Home is a network-wide ad- and tracker-blocking DNS server with parental
|
AdGuard Home is a network-wide ad- and tracker-blocking DNS server with parental
|
||||||
|
@ -13,7 +13,7 @@ ha_quality_scale: platinum
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Airly integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location.
|
The Airly integration uses the [Airly](https://airly.eu/) web service as a source for air quality data for your location.
|
||||||
|
@ -10,6 +10,7 @@ ha_codeowners:
|
|||||||
- '@asymworks'
|
- '@asymworks'
|
||||||
ha_domain: airnow
|
ha_domain: airnow
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
@ -5,7 +5,7 @@ ha_category:
|
|||||||
- Environment
|
- Environment
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_release: '2022.11'
|
ha_release: '2022.11'
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Polling
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@vincegio'
|
- '@vincegio'
|
||||||
ha_domain: airthings_ble
|
ha_domain: airthings_ble
|
||||||
|
@ -12,7 +12,7 @@ ha_config_flow: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The `airvisual` sensor platform queries the [AirVisual](https://www.iqair.com) cloud API for air quality data. Data can be collected via latitude/longitude, by city/state/country, or from an [AirVisual Node/Pro unit](https://www.iqair.com/air-quality-monitors/airvisual-pro).
|
The `airvisual` sensor platform queries the [AirVisual](https://www.iqair.com) cloud API for air quality data. Data can be collected via latitude/longitude, by city/state/country, or from an [AirVisual Node/Pro unit](https://www.iqair.com/air-quality-monitors/airvisual-pro).
|
||||||
|
@ -9,6 +9,7 @@ ha_quality_scale: internal
|
|||||||
ha_domain: alert
|
ha_domain: alert
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
|
- '@frenck'
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
The `Ambient Weather Station` integration retrieves local weather information
|
The `Ambient Weather Station` integration retrieves local weather information
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your AMP Motorization devices using the Motion
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: amp_motorization
|
ha_domain: amp_motorization
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -5,20 +5,20 @@ ha_category:
|
|||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
- Lock
|
- Lock
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_bluetooth: true
|
|
||||||
ha_release: 2022.9
|
ha_release: 2022.9
|
||||||
ha_iot_class: Local Push
|
ha_domain: august_ble
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: yalexs_ble
|
||||||
|
ha_supporting_integration: Yale Access Bluetooth
|
||||||
|
ha_bluetooth: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bdraco'
|
- '@bdraco'
|
||||||
ha_domain: august_ble
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- lock
|
- lock
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_iot_class: Local Push
|
||||||
ha_supporting_domain: yalexs_ble
|
|
||||||
ha_supporting_integration: Yale Access Bluetooth
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Integrates [August](https://august.com/) locks over Bluetooth into Home Assistant.
|
Integrates [August](https://august.com/) locks over Bluetooth into Home Assistant.
|
||||||
|
@ -23,7 +23,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
[Axis Communications](https://www.axis.com/) devices are surveillance cameras, speakers, access control and other security-related network connected hardware. Event API works with firmware 5.50 and newer.
|
[Axis Communications](https://www.axis.com/) devices are surveillance cameras, speakers, access control and other security-related network connected hardware. Event API works with firmware 5.50 and newer.
|
||||||
|
@ -11,7 +11,7 @@ ha_codeowners:
|
|||||||
- '@riokuu'
|
- '@riokuu'
|
||||||
ha_domain: blebox
|
ha_domain: blebox
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- air_quality
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- climate
|
- climate
|
||||||
- cover
|
- cover
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Bliss Automation devices using the Motion
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: bliss_automation
|
ha_domain: bliss_automation
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Bloc Blinds devices using the Motion Blind
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: bloc_blinds
|
ha_domain: bloc_blinds
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -17,7 +17,7 @@ ha_platforms:
|
|||||||
- media_player
|
- media_player
|
||||||
- remote
|
- remote
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The Bravia TV integration allows you to control a [Sony Bravia TV](https://www.sony.com/).
|
The Bravia TV integration allows you to control a [Sony Bravia TV](https://www.sony.com/).
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Brel Home devices using the Motion Blinds
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: brel_home
|
ha_domain: brel_home
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -14,7 +14,7 @@ ha_zeroconf: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The `Brother Printer` integration allows you to read current data from your local Brother printer.
|
The `Brother Printer` integration allows you to read current data from your local Brother printer.
|
||||||
|
@ -3,21 +3,25 @@ title: BSwitch
|
|||||||
description: Connect and control your BSwitch devices using the SwitchBee integration
|
description: Connect and control your BSwitch devices using the SwitchBee integration
|
||||||
ha_category:
|
ha_category:
|
||||||
- Button
|
- Button
|
||||||
|
- Climate
|
||||||
|
- Cover
|
||||||
- Light
|
- Light
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: bswitch
|
ha_domain: bswitch
|
||||||
ha_codeowners:
|
ha_integration_type: virtual
|
||||||
- '@jafar-atili'
|
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
|
||||||
ha_platforms:
|
|
||||||
- button
|
|
||||||
- light
|
|
||||||
- switch
|
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_supporting_domain: switchbee
|
ha_supporting_domain: switchbee
|
||||||
ha_supporting_integration: SwitchBee
|
ha_supporting_integration: SwitchBee
|
||||||
ha_release: '2022.10'
|
ha_release: '2022.10'
|
||||||
|
ha_codeowners:
|
||||||
|
- '@jafar-atili'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- button
|
||||||
|
- climate
|
||||||
|
- cover
|
||||||
|
- light
|
||||||
|
- switch
|
||||||
|
ha_iot_class: Local Polling
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.82
|
ha_release: 0.82
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@jxwolstenholme'
|
- '@typhoon2099'
|
||||||
ha_domain: bt_smarthub
|
ha_domain: bt_smarthub
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- device_tracker
|
- device_tracker
|
||||||
|
@ -13,9 +13,12 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
- Weather
|
- Weather
|
||||||
ha_domain: bticino
|
ha_domain: bticino
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: netatmo
|
||||||
|
ha_supporting_integration: Netatmo
|
||||||
|
ha_release: '0.20'
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@cgtobi'
|
- '@cgtobi'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- camera
|
- camera
|
||||||
@ -28,9 +31,6 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_supporting_domain: netatmo
|
|
||||||
ha_supporting_integration: Netatmo
|
|
||||||
ha_release: '0.20'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,9 +13,12 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
- Weather
|
- Weather
|
||||||
ha_domain: bubendorff
|
ha_domain: bubendorff
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: netatmo
|
||||||
|
ha_supporting_integration: Netatmo
|
||||||
|
ha_release: '0.20'
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@cgtobi'
|
- '@cgtobi'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- camera
|
- camera
|
||||||
@ -28,9 +31,6 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_supporting_domain: netatmo
|
|
||||||
ha_supporting_integration: Netatmo
|
|
||||||
ha_release: '0.20'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- stt
|
- stt
|
||||||
- tts
|
- tts
|
||||||
ha_integration_type: integration
|
ha_integration_type: system
|
||||||
---
|
---
|
||||||
|
|
||||||
The Home Assistant Cloud allows you to quickly integrate your local Home Assistant with various cloud services like Amazon Alexa and Google Assistant. [Learn more.](/cloud)
|
The Home Assistant Cloud allows you to quickly integrate your local Home Assistant with various cloud services like Amazon Alexa and Google Assistant. [Learn more.](/cloud)
|
||||||
|
@ -17,11 +17,14 @@ ha_category:
|
|||||||
- Siren
|
- Siren
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: cozytouch
|
ha_domain: cozytouch
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: overkiz
|
||||||
|
ha_supporting_integration: Overkiz
|
||||||
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@imicknl'
|
- '@imicknl'
|
||||||
- '@vlebourl'
|
- '@vlebourl'
|
||||||
- '@tetienne'
|
- '@tetienne'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
@ -39,11 +42,8 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: overkiz
|
ha_zeroconf: true
|
||||||
ha_supporting_integration: Overkiz
|
|
||||||
ha_release: 2022.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_config_flow: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The CPU Speed integration allows you to monitor the current CPU speed.
|
The CPU Speed integration allows you to monitor the current CPU speed.
|
||||||
|
@ -8,9 +8,12 @@ ha_category:
|
|||||||
- Select
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_domain: dacia
|
ha_domain: dacia
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: renault
|
||||||
|
ha_supporting_integration: Renault
|
||||||
|
ha_release: 2021.8
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@epenet'
|
- '@epenet'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
@ -20,9 +23,6 @@ ha_platforms:
|
|||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_supporting_domain: renault
|
|
||||||
ha_supporting_integration: Renault
|
|
||||||
ha_release: 2021.8
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -9,7 +9,7 @@ ha_codeowners:
|
|||||||
ha_domain: debugpy
|
ha_domain: debugpy
|
||||||
ha_quality_scale: internal
|
ha_quality_scale: internal
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
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
|
||||||
|
@ -37,7 +37,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
[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.
|
||||||
|
@ -26,7 +26,7 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
devolo Home Control is a Z-Wave ecosystem with a Z-Wave to IP gateway in the center. The integration allows you to control devices connected to the gateway.
|
devolo Home Control is a Z-Wave ecosystem with a Z-Wave to IP gateway in the center. The integration allows you to control devices connected to the gateway.
|
||||||
|
@ -18,7 +18,7 @@ ha_platforms:
|
|||||||
- device_tracker
|
- device_tracker
|
||||||
- sensor
|
- sensor
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The devolo Home Network integration allows you to monitor your PLC network.
|
The devolo Home Network integration allows you to monitor your PLC network.
|
||||||
|
21
source/_integrations/diaz.markdown
Normal file
21
source/_integrations/diaz.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: Diaz
|
||||||
|
description: Connect and control your Diaz devices using the Motion Blinds integration
|
||||||
|
ha_category:
|
||||||
|
- Cover
|
||||||
|
ha_domain: diaz
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
|
ha_codeowners:
|
||||||
|
- '@starkillerOG'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- cover
|
||||||
|
- sensor
|
||||||
|
ha_iot_class: Local Push
|
||||||
|
ha_dhcp: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include integrations/supported_brand.md %}
|
@ -8,9 +8,12 @@ ha_category:
|
|||||||
- Light
|
- Light
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: digital_loggers
|
ha_domain: digital_loggers
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: wemo
|
||||||
|
ha_supporting_integration: Belkin WeMo
|
||||||
|
ha_release: pre 0.7
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@esev'
|
- '@esev'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
@ -19,11 +22,8 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_ssdp: true
|
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_supporting_domain: wemo
|
ha_ssdp: true
|
||||||
ha_supporting_integration: Belkin WeMo
|
|
||||||
ha_release: pre 0.7
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Dooya devices using the Motion Blinds inte
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: dooya
|
ha_domain: dooya
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_codeowners:
|
|||||||
- '@frenck'
|
- '@frenck'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
A sensor platform for Belgian, Dutch, Luxembourg and Swedish Smart Meters which comply to DSMR (Dutch Smart Meter Requirements), also known as 'Slimme meter' or 'P1 poort'. Swedish meters with a 'HAN port' are not supported by this integration.
|
A sensor platform for Belgian, Dutch, Luxembourg and Swedish Smart Meters which comply to DSMR (Dutch Smart Meter Requirements), also known as 'Slimme meter' or 'P1 poort'. Swedish meters with a 'HAN port' are not supported by this integration.
|
||||||
|
@ -6,8 +6,6 @@ ha_category:
|
|||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_release: 0.107
|
ha_release: 0.107
|
||||||
ha_domain: edl21
|
ha_domain: edl21
|
||||||
ha_codeowners:
|
|
||||||
- '@mtdcr'
|
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
|
@ -15,7 +15,7 @@ ha_platforms:
|
|||||||
- button
|
- button
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The [Elgato](https://www.elgato.com/) Lights sets the bar for high-end studio
|
The [Elgato](https://www.elgato.com/) Lights sets the bar for high-end studio
|
||||||
|
@ -11,6 +11,7 @@ ha_config_flow: true
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@gtdiehl'
|
- '@gtdiehl'
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
@ -27,7 +27,7 @@ ha_platforms:
|
|||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
works_with:
|
works_with:
|
||||||
- local
|
- local
|
||||||
|
@ -17,11 +17,14 @@ ha_category:
|
|||||||
- Siren
|
- Siren
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: flexom
|
ha_domain: flexom
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: overkiz
|
||||||
|
ha_supporting_integration: Overkiz
|
||||||
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@imicknl'
|
- '@imicknl'
|
||||||
- '@vlebourl'
|
- '@vlebourl'
|
||||||
- '@tetienne'
|
- '@tetienne'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
@ -39,11 +42,8 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: overkiz
|
ha_zeroconf: true
|
||||||
ha_supporting_integration: Overkiz
|
|
||||||
ha_release: 2022.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -27,8 +27,6 @@ Flume monitors the real-time status of your home water meter. Allowing the end-u
|
|||||||
|
|
||||||
You can find your Client ID and Client Secret under "API Access" on the [settings page](https://portal.flumewater.com/#settings).
|
You can find your Client ID and Client Secret under "API Access" on the [settings page](https://portal.flumewater.com/#settings).
|
||||||
|
|
||||||
The Flume API access is available to Flume Insight users only, which may require a paid subscription.
|
|
||||||
|
|
||||||
To add `Flume` to your installation, go to **Settings** -> **Devices & Services** in the UI, click the button with `+` sign and from the list of integrations select **Flume**.
|
To add `Flume` to your installation, go to **Settings** -> **Devices & Services** in the UI, click the button with `+` sign and from the list of integrations select **Flume**.
|
||||||
|
|
||||||
## Notifications
|
## Notifications
|
||||||
|
@ -14,7 +14,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The [Forecast.Solar](https://forecast.solar/) service provides solar production
|
The [Forecast.Solar](https://forecast.solar/) service provides solar production
|
||||||
|
@ -3,11 +3,11 @@ title: Owntone
|
|||||||
description: Instructions on how to integrate an Owntone server into Home Assistant.
|
description: Instructions on how to integrate an Owntone server into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_release: "0.110"
|
ha_release: '0.110'
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_domain: forked_daapd
|
ha_domain: forked_daapd
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- "@uvjustin"
|
- '@uvjustin'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
@ -9,7 +9,7 @@ ha_domain: fritzbox_callmonitor
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@cdce8p'
|
- '@cdce8p'
|
||||||
---
|
---
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Gaviota devices using the Motion Blinds in
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: gaviota
|
ha_domain: gaviota
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_quality_scale: platinum
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The `gios` integration uses the [GIOŚ](http://powietrze.gios.gov.pl/pjp/current) web service as a source for air quality data for your location.
|
The `gios` integration uses the [GIOŚ](http://powietrze.gios.gov.pl/pjp/current) web service as a source for air quality data for your location.
|
||||||
|
@ -20,7 +20,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The `guardian` integration integrates
|
The `guardian` integration integrates
|
||||||
|
@ -16,7 +16,7 @@ ha_platforms:
|
|||||||
- update
|
- update
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/supervisor'
|
- '@home-assistant/supervisor'
|
||||||
ha_integration_type: system
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
Supervisor integration allows you to monitor and control Supervisor add-ons and operating system from Home Assistant.
|
Supervisor integration allows you to monitor and control Supervisor add-ons and operating system from Home Assistant.
|
||||||
|
21
source/_integrations/havana_shade.markdown
Normal file
21
source/_integrations/havana_shade.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: Havana Shade
|
||||||
|
description: Connect and control your Havana Shade devices using the Motion Blinds integration
|
||||||
|
ha_category:
|
||||||
|
- Cover
|
||||||
|
ha_domain: havana_shade
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
|
ha_codeowners:
|
||||||
|
- '@starkillerOG'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- cover
|
||||||
|
- sensor
|
||||||
|
ha_iot_class: Local Push
|
||||||
|
ha_dhcp: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include integrations/supported_brand.md %}
|
@ -3,18 +3,18 @@ title: Heiwa
|
|||||||
description: Connect and control your Heiwa devices using the Gree Climate integration
|
description: Connect and control your Heiwa devices using the Gree Climate integration
|
||||||
ha_category:
|
ha_category:
|
||||||
- Climate
|
- Climate
|
||||||
ha_release: 2022.11.0
|
ha_release: 0.117
|
||||||
ha_iot_class: Local Polling
|
|
||||||
ha_config_flow: true
|
|
||||||
ha_codeowners:
|
|
||||||
- '@renaiku'
|
|
||||||
ha_domain: heiwa
|
ha_domain: heiwa
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: gree
|
||||||
|
ha_supporting_integration: Gree Climate
|
||||||
|
ha_codeowners:
|
||||||
|
- '@cmroche'
|
||||||
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- climate
|
- climate
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_iot_class: Local Polling
|
||||||
ha_supporting_domain: gree
|
|
||||||
ha_supporting_integration: Gree Climate
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
@ -17,11 +17,14 @@ ha_category:
|
|||||||
- Siren
|
- Siren
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: hi_kumo
|
ha_domain: hi_kumo
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: overkiz
|
||||||
|
ha_supporting_integration: Overkiz
|
||||||
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@imicknl'
|
- '@imicknl'
|
||||||
- '@vlebourl'
|
- '@vlebourl'
|
||||||
- '@tetienne'
|
- '@tetienne'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
@ -39,11 +42,8 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: overkiz
|
ha_zeroconf: true
|
||||||
ha_supporting_integration: Overkiz
|
|
||||||
ha_release: 2022.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -7,7 +7,7 @@ ha_category:
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
ha_domain: homeassistant_alerts
|
ha_domain: homeassistant_alerts
|
||||||
ha_integration_type: integration
|
ha_integration_type: system
|
||||||
ha_quality_scale: internal
|
ha_quality_scale: internal
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
The Philips Hue integration allows you to control and monitor the lights and sensors connected to your Hue bridge.
|
The Philips Hue integration allows you to control and monitor the lights and sensors connected to your Hue bridge.
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Hurrican Shutters Wholesale devices using
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: hurrican_shutters_wholesale
|
ha_domain: hurrican_shutters_wholesale
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
21
source/_integrations/inspired_shades.markdown
Normal file
21
source/_integrations/inspired_shades.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: Inspired Shades
|
||||||
|
description: Connect and control your Inspired Shades devices using the Motion Blinds integration
|
||||||
|
ha_category:
|
||||||
|
- Cover
|
||||||
|
ha_domain: inspired_shades
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
|
ha_codeowners:
|
||||||
|
- '@starkillerOG'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- cover
|
||||||
|
- sensor
|
||||||
|
ha_iot_class: Local Push
|
||||||
|
ha_dhcp: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include integrations/supported_brand.md %}
|
@ -12,7 +12,7 @@ ha_domain: iqvia
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The `iqvia` sensor platform collects and displays allergy, asthma and disease
|
The `iqvia` sensor platform collects and displays allergy, asthma and disease
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your iSmartWindow devices using the Motion Blin
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: ismartwindow
|
ha_domain: ismartwindow
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -11,7 +11,7 @@ ha_platforms:
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@DurgNomis-drol'
|
- '@DurgNomis-drol'
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The International Space Station (ISS) integration uses the
|
The International Space Station (ISS) integration uses the
|
||||||
|
@ -29,7 +29,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
The ISY994 is a home automation controller that is capable of controlling Insteon and X10 devices. Some models of the ISY994 can even control Z-Wave devices.
|
The ISY994 is a home automation controller that is capable of controlling Insteon and X10 devices. Some models of the ISY994 can even control Z-Wave devices.
|
||||||
|
@ -13,9 +13,10 @@ ha_codeowners:
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_domain: jellyfin
|
ha_domain: jellyfin
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
- diagnostics
|
||||||
- media_player
|
- media_player
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Jellyfin integration exposes a [Jellyfin](https://jellyfin.org/) server as a Media Source in Home Assistant.
|
The Jellyfin integration exposes a [Jellyfin](https://jellyfin.org/) server as a Media Source in Home Assistant.
|
||||||
|
@ -40,7 +40,7 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
- weather
|
- weather
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
The [KNX](https://www.knx.org) integration for Home Assistant allows you to connect to KNX/IP devices.
|
The [KNX](https://www.knx.org) integration for Home Assistant allows you to connect to KNX/IP devices.
|
||||||
|
@ -13,18 +13,21 @@ ha_release: 0.49
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@robbiet480'
|
- '@robbiet480'
|
||||||
- '@frenck'
|
- '@frenck'
|
||||||
|
- '@bachya'
|
||||||
ha_domain: lametric
|
ha_domain: lametric
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- button
|
- button
|
||||||
|
- diagnostics
|
||||||
- notify
|
- notify
|
||||||
- number
|
- number
|
||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
|
||||||
[LaMetric TIME](https://lametric.com/) is a smart clock that can be used to access applications, listen to web radio and display notifications.
|
[LaMetric TIME](https://lametric.com/) is a smart clock that can be used to access applications, listen to web radio and display notifications.
|
||||||
|
@ -13,7 +13,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The `launch_library` sensor will provide you with information about the next planned space launch and SpaceX Starship event.
|
The `launch_library` sensor will provide you with information about the next planned space launch and SpaceX Starship event.
|
||||||
|
@ -13,9 +13,12 @@ ha_category:
|
|||||||
- Switch
|
- Switch
|
||||||
- Weather
|
- Weather
|
||||||
ha_domain: legrand
|
ha_domain: legrand
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: netatmo
|
||||||
|
ha_supporting_integration: Netatmo
|
||||||
|
ha_release: '0.20'
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@cgtobi'
|
- '@cgtobi'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- camera
|
- camera
|
||||||
@ -28,9 +31,6 @@ ha_platforms:
|
|||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_supporting_domain: netatmo
|
|
||||||
ha_supporting_integration: Netatmo
|
|
||||||
ha_release: '0.20'
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -4,7 +4,6 @@ description: Connect and control your Leviton Z-Wave devices using the Z-Wave in
|
|||||||
featured: true
|
featured: true
|
||||||
ha_release: '2021.2'
|
ha_release: '2021.2'
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_config_flow: true
|
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/z-wave'
|
- '@home-assistant/z-wave'
|
||||||
ha_category:
|
ha_category:
|
||||||
@ -43,15 +42,14 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
- update
|
- update
|
||||||
ha_supporting_domain: zwave_js
|
ha_iot_standard: zwave
|
||||||
ha_supporting_integration: Z-Wave
|
|
||||||
---
|
---
|
||||||
|
|
||||||
[Leviton](https://leviton.com) is a member of the Works with Home Assistant partner program for their Z-Wave products. Leviton is committed to making sure their products are up-to-date and ready to use in Home Assistant. [Leviton Z-Wave products](https://www.amazon.com/Leviton) make it easy to automate your lighting using any of their products including the DZ6HD dimmer, DZ15S switch, ZW4SF Fan Speed Controller, DZPD3 Plug-in Dimmer, DZPA1 Plug-in Switch, and ZW15R Outlet.
|
[Leviton](https://leviton.com) is a member of the Works with Home Assistant partner program for their Z-Wave products. Leviton is committed to making sure their products are up-to-date and ready to use in Home Assistant. [Leviton Z-Wave products](https://www.amazon.com/Leviton) make it easy to automate your lighting using any of their products including the DZ6HD dimmer, DZ15S switch, ZW4SF Fan Speed Controller, DZPD3 Plug-in Dimmer, DZPA1 Plug-in Switch, and ZW15R Outlet.
|
||||||
|
|
||||||
Leviton Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. Each device that is connected to power will also act as a Z-Wave router to extend your Z-Wave mesh network.
|
Leviton Z-Wave devices work locally and integrate seamlessly with the Z-Wave integration in Home Assistant (Z-Wave stick required). As all connectivity is happening locally, status updates and controlling your devices happen instantly in Home Assistant. Each device that is connected to power will also act as a Z-Wave router to extend your Z-Wave mesh network.
|
||||||
|
|
||||||
{% include integrations/config_flow.md domain=page.ha_supporting_domain %}
|
{% my add_zwave_device badge domain=page.ha_domain %}
|
||||||
<br><br>
|
<br><br>
|
||||||
To find more information, please use the [Z-Wave integration](/integrations/zwave_js) page.
|
To find more information, please use the [Z-Wave integration](/integrations/zwave_js) page.
|
||||||
|
|
||||||
|
@ -12,8 +12,10 @@ ha_homekit: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
|
- diagnostics
|
||||||
- light
|
- light
|
||||||
- select
|
- select
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bdraco'
|
- '@bdraco'
|
||||||
|
@ -15,7 +15,7 @@ ha_domain: luftdaten
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The Sensor.Communtiy integration will query the open data API of [Sensor.Community](https://sensor.community) to monitor air quality and other weather data from a specific (self build) sensor station.
|
The Sensor.Communtiy integration will query the open data API of [Sensor.Community](https://sensor.community) to monitor air quality and other weather data from a specific (self build) sensor station.
|
||||||
|
@ -4,13 +4,13 @@ description: Instructions on how to use Lutron Caseta devices with Home Assistan
|
|||||||
featured: true
|
featured: true
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
- Button
|
||||||
- Cover
|
- Cover
|
||||||
- Fan
|
- Fan
|
||||||
- Hub
|
- Hub
|
||||||
- Light
|
- Light
|
||||||
- Scene
|
- Scene
|
||||||
- Switch
|
- Switch
|
||||||
- Button
|
|
||||||
ha_release: 0.41
|
ha_release: 0.41
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_domain: lutron_caseta
|
ha_domain: lutron_caseta
|
||||||
@ -23,13 +23,13 @@ ha_zeroconf: true
|
|||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- button
|
||||||
- cover
|
- cover
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- fan
|
- fan
|
||||||
- light
|
- light
|
||||||
- scene
|
- scene
|
||||||
- switch
|
- switch
|
||||||
- button
|
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -5,27 +5,29 @@ ha_category:
|
|||||||
- Button
|
- Button
|
||||||
- Cover
|
- Cover
|
||||||
- Scene
|
- Scene
|
||||||
|
- Select
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_domain: luxaflex
|
ha_domain: luxaflex
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: hunterdouglas_powerview
|
||||||
|
ha_supporting_integration: Hunter Douglas PowerView
|
||||||
|
ha_release: 0.15
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bdraco'
|
- '@bdraco'
|
||||||
- '@kingy444'
|
- '@kingy444'
|
||||||
- '@trullock'
|
- '@trullock'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- button
|
- button
|
||||||
- cover
|
- cover
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- scene
|
- scene
|
||||||
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_homekit: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: hunterdouglas_powerview
|
ha_homekit: true
|
||||||
ha_supporting_integration: Hunter Douglas PowerView
|
ha_zeroconf: true
|
||||||
ha_release: 0.15
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -6,7 +6,7 @@ ha_category:
|
|||||||
ha_release: 0.56
|
ha_release: 0.56
|
||||||
ha_quality_scale: internal
|
ha_quality_scale: internal
|
||||||
ha_domain: map
|
ha_domain: map
|
||||||
ha_integration_type: integration
|
ha_integration_type: system
|
||||||
---
|
---
|
||||||
|
|
||||||
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:`](/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:`](/integrations/default_config/) line from your configuration. If that is the case, the following example shows you how to enable this integration manually:
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Marantz devices using the Denon AVR Networ
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Media Player
|
- Media Player
|
||||||
ha_domain: marantz
|
ha_domain: marantz
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: denonavr
|
||||||
|
ha_supporting_integration: Denon AVR Network Receivers
|
||||||
|
ha_release: 0.7.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@ol-iver'
|
- '@ol-iver'
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- media_player
|
- media_player
|
||||||
ha_iot_class: Local Polling
|
ha_iot_class: Local Polling
|
||||||
ha_ssdp: true
|
ha_ssdp: true
|
||||||
ha_supporting_domain: denonavr
|
|
||||||
ha_supporting_integration: Denon AVR Network Receivers
|
|
||||||
ha_release: 0.7.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Martec devices using the Motion Blinds int
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: martec
|
ha_domain: martec
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_domain: moon
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Moon integration tracks the phases of the moon.
|
The Moon integration tracks the phases of the moon.
|
||||||
|
@ -3,6 +3,7 @@ title: MQTT
|
|||||||
description: Instructions on how to setup MQTT within Home Assistant.
|
description: Instructions on how to setup MQTT within Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Hub
|
- Hub
|
||||||
|
- Update
|
||||||
featured: true
|
featured: true
|
||||||
ha_release: pre 0.7
|
ha_release: pre 0.7
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
|
@ -15,7 +15,7 @@ ha_platforms:
|
|||||||
- sensor
|
- sensor
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The Nettigo Air Monitor integration allows you to read temperature, humidity, pressure and air quality data from Nettigo Air Monitor devices. [Nettigo Air Monitor](https://air.nettigo.pl/?setlang=en) is a DIY air quality monitoring system with open source firmware, based on an open hardware project.
|
The Nettigo Air Monitor integration allows you to read temperature, humidity, pressure and air quality data from Nettigo Air Monitor devices. [Nettigo Air Monitor](https://air.nettigo.pl/?setlang=en) is a DIY air quality monitoring system with open source firmware, based on an open hardware project.
|
||||||
|
@ -17,11 +17,14 @@ ha_category:
|
|||||||
- Siren
|
- Siren
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: nexity
|
ha_domain: nexity
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: overkiz
|
||||||
|
ha_supporting_integration: Overkiz
|
||||||
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@imicknl'
|
- '@imicknl'
|
||||||
- '@vlebourl'
|
- '@vlebourl'
|
||||||
- '@tetienne'
|
- '@tetienne'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
@ -39,11 +42,8 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: overkiz
|
ha_zeroconf: true
|
||||||
ha_supporting_integration: Overkiz
|
|
||||||
ha_release: 2022.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -15,7 +15,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -9,8 +9,6 @@ ha_config_flow: true
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@elupus'
|
- '@elupus'
|
||||||
ha_domain: nibe_heatpump
|
ha_domain: nibe_heatpump
|
||||||
ha_ssdp: false
|
|
||||||
ha_platforms:
|
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- number
|
- number
|
||||||
|
@ -15,7 +15,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
The `Notion` component retrieves data from [Notion](https://getnotion.com) wireless
|
The `Notion` component retrieves data from [Notion](https://getnotion.com) wireless
|
||||||
|
@ -3,18 +3,18 @@ title: Nutrichef
|
|||||||
description: Connect and control your Nutrichef devices using the INKBIRD integration
|
description: Connect and control your Nutrichef devices using the INKBIRD integration
|
||||||
ha_category:
|
ha_category:
|
||||||
- Sensor
|
- Sensor
|
||||||
ha_bluetooth: true
|
|
||||||
ha_release: 2022.8
|
ha_release: 2022.8
|
||||||
ha_iot_class: Local Push
|
ha_domain: nutrichef
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: inkbird
|
||||||
|
ha_supporting_integration: INKBIRD
|
||||||
|
ha_bluetooth: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bdraco'
|
- '@bdraco'
|
||||||
ha_domain: nutrichef
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_iot_class: Local Push
|
||||||
ha_supporting_domain: inkbird
|
|
||||||
ha_supporting_integration: INKBIRD
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -17,8 +17,8 @@ ha_ssdp: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
- button
|
- button
|
||||||
- sensor
|
|
||||||
- camera
|
- camera
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ ha_release: 2022.2
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@bdraco'
|
- '@bdraco'
|
||||||
|
- '@peterager'
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_domain: oncue
|
ha_domain: oncue
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
@ -12,7 +12,7 @@ ha_domain: open_meteo
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- weather
|
- weather
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Open-Meteo integration integrates the free weather forecast from
|
The Open-Meteo integration integrates the free weather forecast from
|
||||||
|
@ -15,7 +15,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The `openuv` integration displays UV and Ozone data from [openuv.io](https://www.openuv.io/).
|
The `openuv` integration displays UV and Ozone data from [openuv.io](https://www.openuv.io/).
|
||||||
|
21
source/_integrations/pcs_lighting.markdown
Normal file
21
source/_integrations/pcs_lighting.markdown
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
title: PCS Lighting
|
||||||
|
description: Connect and control your PCS Lighting devices using the Universal Powerline Bus (UPB) integration
|
||||||
|
ha_category:
|
||||||
|
- Light
|
||||||
|
- Scene
|
||||||
|
ha_domain: pcs_lighting
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: upb
|
||||||
|
ha_supporting_integration: Universal Powerline Bus (UPB)
|
||||||
|
ha_release: '0.110'
|
||||||
|
ha_codeowners:
|
||||||
|
- '@gwww'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- light
|
||||||
|
- scene
|
||||||
|
ha_iot_class: Local Push
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include integrations/supported_brand.md %}
|
@ -9,7 +9,7 @@ ha_quality_scale: internal
|
|||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@home-assistant/core'
|
- '@home-assistant/core'
|
||||||
ha_domain: persistent_notification
|
ha_domain: persistent_notification
|
||||||
ha_integration_type: integration
|
ha_integration_type: system
|
||||||
---
|
---
|
||||||
|
|
||||||
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.
|
||||||
|
@ -26,7 +26,7 @@ ha_platforms:
|
|||||||
- select
|
- select
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: hub
|
||||||
---
|
---
|
||||||
|
|
||||||
This enables [Plugwise](https://www.plugwise.com) components with a central Smile gateway to be integrated. This integration talks locally to your **Smile** interface, and you will need its password and IP address.
|
This enables [Plugwise](https://www.plugwise.com) components with a central Smile gateway to be integrated. This integration talks locally to your **Smile** interface, and you will need its password and IP address.
|
||||||
|
@ -13,7 +13,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_quality_scale: platinum
|
ha_quality_scale: platinum
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The PVOutput integration consumes information from [PVOutput](https://pvoutput.org/) which was uploaded by your solar photovoltaic (PV) system.
|
The PVOutput integration consumes information from [PVOutput](https://pvoutput.org/) which was uploaded by your solar photovoltaic (PV) system.
|
||||||
|
@ -10,7 +10,7 @@ ha_domain: radio_browser
|
|||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@frenck'
|
- '@frenck'
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Radio Browser integration allows you to use the directory of
|
The Radio Browser integration allows you to use the directory of
|
||||||
|
@ -23,7 +23,7 @@ ha_platforms:
|
|||||||
- update
|
- update
|
||||||
ha_zeroconf: true
|
ha_zeroconf: true
|
||||||
ha_homekit: true
|
ha_homekit: true
|
||||||
ha_integration_type: integration
|
ha_integration_type: device
|
||||||
---
|
---
|
||||||
|
|
||||||
The RainMachine integration is the main integration to integrate all platforms related to [RainMachine smart Wi-Fi sprinkler controllers](https://www.rainmachine.com/).
|
The RainMachine integration is the main integration to integrate all platforms related to [RainMachine smart Wi-Fi sprinkler controllers](https://www.rainmachine.com/).
|
||||||
|
@ -4,18 +4,18 @@ description: Connect and control your Raven Rock MFG devices using the Motion Bl
|
|||||||
ha_category:
|
ha_category:
|
||||||
- Cover
|
- Cover
|
||||||
ha_domain: raven_rock_mfg
|
ha_domain: raven_rock_mfg
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: motion_blinds
|
||||||
|
ha_supporting_integration: Motion Blinds
|
||||||
|
ha_release: 2020.12
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@starkillerOG'
|
- '@starkillerOG'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- cover
|
- cover
|
||||||
- sensor
|
- sensor
|
||||||
ha_iot_class: Local Push
|
ha_iot_class: Local Push
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: motion_blinds
|
|
||||||
ha_supporting_integration: Motion Blinds
|
|
||||||
ha_release: 2020.12
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -16,7 +16,7 @@ ha_platforms:
|
|||||||
- binary_sensor
|
- binary_sensor
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
[RDW](https://www.rdw.nl) is the Netherlands Vehicle Authority. Their tasks
|
[RDW](https://www.rdw.nl) is the Netherlands Vehicle Authority. Their tasks
|
||||||
|
@ -12,7 +12,7 @@ ha_config_flow: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The `recollect_waste` integration allows you to track the next scheduled waste pickup and what type of waste from [ReCollect](https://recollect.net/waste-haulers/).
|
The `recollect_waste` integration allows you to track the next scheduled waste pickup and what type of waste from [ReCollect](https://recollect.net/waste-haulers/).
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: remote_rpi_gpio
|
title: Raspberry Pi Remote GPIO
|
||||||
description: Instructions on how to integrate the GPIO capability of a Remote Raspberry Pi into Home Assistant.
|
description: Instructions on how to integrate the GPIO capability of a Remote Raspberry Pi into Home Assistant.
|
||||||
ha_category:
|
ha_category:
|
||||||
- Binary Sensor
|
- Binary Sensor
|
||||||
|
@ -17,11 +17,14 @@ ha_category:
|
|||||||
- Siren
|
- Siren
|
||||||
- Switch
|
- Switch
|
||||||
ha_domain: rexel
|
ha_domain: rexel
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: overkiz
|
||||||
|
ha_supporting_integration: Overkiz
|
||||||
|
ha_release: 2022.2
|
||||||
ha_codeowners:
|
ha_codeowners:
|
||||||
- '@imicknl'
|
- '@imicknl'
|
||||||
- '@vlebourl'
|
- '@vlebourl'
|
||||||
- '@tetienne'
|
- '@tetienne'
|
||||||
ha_integration_type: integration
|
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
- alarm_control_panel
|
- alarm_control_panel
|
||||||
@ -39,11 +42,8 @@ ha_platforms:
|
|||||||
- siren
|
- siren
|
||||||
- switch
|
- switch
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_zeroconf: true
|
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_supporting_domain: overkiz
|
ha_zeroconf: true
|
||||||
ha_supporting_integration: Overkiz
|
|
||||||
ha_release: 2022.2
|
|
||||||
---
|
---
|
||||||
|
|
||||||
{% include integrations/supported_brand.md %}
|
{% include integrations/supported_brand.md %}
|
||||||
|
@ -13,7 +13,7 @@ ha_platforms:
|
|||||||
- diagnostics
|
- diagnostics
|
||||||
- sensor
|
- sensor
|
||||||
- switch
|
- switch
|
||||||
ha_integration_type: integration
|
ha_integration_type: service
|
||||||
---
|
---
|
||||||
|
|
||||||
The Ridwell integration allows users to track waste recycling pickups scheduled with [Ridwell](https://www.ridwell.com).
|
The Ridwell integration allows users to track waste recycling pickups scheduled with [Ridwell](https://www.ridwell.com).
|
||||||
|
@ -11,8 +11,6 @@ ha_category:
|
|||||||
ha_release: 0.42
|
ha_release: 0.42
|
||||||
ha_iot_class: Cloud Polling
|
ha_iot_class: Cloud Polling
|
||||||
ha_config_flow: true
|
ha_config_flow: true
|
||||||
ha_codeowners:
|
|
||||||
- '@balloob'
|
|
||||||
ha_domain: ring
|
ha_domain: ring
|
||||||
ha_dhcp: true
|
ha_dhcp: true
|
||||||
ha_platforms:
|
ha_platforms:
|
||||||
|
43
source/_integrations/roborock.markdown
Normal file
43
source/_integrations/roborock.markdown
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
---
|
||||||
|
title: Roborock
|
||||||
|
description: Connect and control your Roborock devices using the Xiaomi Miio integration
|
||||||
|
ha_category:
|
||||||
|
- Alarm
|
||||||
|
- Fan
|
||||||
|
- Health
|
||||||
|
- Hub
|
||||||
|
- Light
|
||||||
|
- Presence Detection
|
||||||
|
- Remote
|
||||||
|
- Vacuum
|
||||||
|
ha_domain: roborock
|
||||||
|
ha_integration_type: virtual
|
||||||
|
ha_supporting_domain: xiaomi_miio
|
||||||
|
ha_supporting_integration: Xiaomi Miio
|
||||||
|
ha_release: 0.51
|
||||||
|
ha_codeowners:
|
||||||
|
- '@rytilahti'
|
||||||
|
- '@syssi'
|
||||||
|
- '@starkillerOG'
|
||||||
|
ha_config_flow: true
|
||||||
|
ha_platforms:
|
||||||
|
- air_quality
|
||||||
|
- alarm_control_panel
|
||||||
|
- binary_sensor
|
||||||
|
- button
|
||||||
|
- device_tracker
|
||||||
|
- diagnostics
|
||||||
|
- fan
|
||||||
|
- humidifier
|
||||||
|
- light
|
||||||
|
- number
|
||||||
|
- remote
|
||||||
|
- select
|
||||||
|
- sensor
|
||||||
|
- switch
|
||||||
|
- vacuum
|
||||||
|
ha_iot_class: Local Polling
|
||||||
|
ha_zeroconf: true
|
||||||
|
---
|
||||||
|
|
||||||
|
{% include integrations/supported_brand.md %}
|
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