diff --git a/CODEOWNERS b/CODEOWNERS index f456914a705..b480dab71eb 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -655,6 +655,7 @@ source/_integrations/yeelight.markdown @zewelor @shenxn @starkillerOG @alexyao20 source/_integrations/yeelightsunflower.markdown @lindsaymarkward source/_integrations/yi.markdown @bachya source/_integrations/youless.markdown @gjong +source/_integrations/zengge.markdown @emontnemery source/_integrations/zeroconf.markdown @bdraco source/_integrations/zerproc.markdown @emlove source/_integrations/zha.markdown @dmulcahey @adminiuga diff --git a/source/_integrations/fints.markdown b/source/_integrations/fints.markdown index 3d6e35d815b..51a682679e4 100644 --- a/source/_integrations/fints.markdown +++ b/source/_integrations/fints.markdown @@ -4,7 +4,7 @@ description: Instructions on how to use the FinTS sensor. ha_category: - Finance ha_release: '0.70' -ha_iot_class: Cloud Polling +ha_iot_class: Local Push ha_domain: fints ha_platforms: - sensor diff --git a/source/_integrations/input_boolean.markdown b/source/_integrations/input_boolean.markdown index ae8510004cd..eb1a01d803a 100644 --- a/source/_integrations/input_boolean.markdown +++ b/source/_integrations/input_boolean.markdown @@ -3,12 +3,13 @@ title: Input Boolean description: Instructions on how to use the Input Boolean helper with Home Assistant. ha_category: - Automation + - Helper ha_release: 0.11 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_boolean -ha_integration_type: integration +ha_integration_type: helper --- The Input Boolean helper integration allows you to define boolean values that diff --git a/source/_integrations/input_button.markdown b/source/_integrations/input_button.markdown index c95d037db59..e6700776920 100644 --- a/source/_integrations/input_button.markdown +++ b/source/_integrations/input_button.markdown @@ -3,12 +3,13 @@ title: Input Button description: Instructions on how to use the Input Button helper with Home Assistant. ha_category: - Automation + - Helper ha_release: 2022.2 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_button -ha_integration_type: integration +ha_integration_type: helper --- The Input Button helper integration allows you to define buttons that diff --git a/source/_integrations/input_datetime.markdown b/source/_integrations/input_datetime.markdown index 0d877a7b7e9..a4353f8ce04 100644 --- a/source/_integrations/input_datetime.markdown +++ b/source/_integrations/input_datetime.markdown @@ -3,12 +3,13 @@ title: Input Datetime description: Instructions on how to integrate the Input Datetime integration into Home Assistant. ha_category: - Automation + - Helper ha_release: 0.55 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_datetime -ha_integration_type: integration +ha_integration_type: helper --- The `input_datetime` integration allows the user to define date and time values diff --git a/source/_integrations/input_number.markdown b/source/_integrations/input_number.markdown index 86e4d55b6df..9aacd388246 100644 --- a/source/_integrations/input_number.markdown +++ b/source/_integrations/input_number.markdown @@ -3,12 +3,13 @@ title: Input Number description: Instructions on how to integrate the Input Number integration into Home Assistant. ha_category: - Automation + - Helper ha_release: 0.55 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_number -ha_integration_type: integration +ha_integration_type: helper --- 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. diff --git a/source/_integrations/input_select.markdown b/source/_integrations/input_select.markdown index 522d5511420..e3fe4aa8810 100644 --- a/source/_integrations/input_select.markdown +++ b/source/_integrations/input_select.markdown @@ -3,12 +3,13 @@ title: Input Select description: Instructions on how to integrate the Input Select integration into Home Assistant. ha_category: - Automation + - Helper ha_release: 0.13 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_select -ha_integration_type: integration +ha_integration_type: helper --- 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 an automation. When a user selects a new item, a state transition event is generated. This state event can be used in an `automation` trigger. diff --git a/source/_integrations/input_text.markdown b/source/_integrations/input_text.markdown index cb6cf9ed3a6..d60ad5984a8 100644 --- a/source/_integrations/input_text.markdown +++ b/source/_integrations/input_text.markdown @@ -3,12 +3,13 @@ title: Input Text description: Instructions on how to integrate the Input Text integration into Home Assistant. ha_category: - Automation + - Helper ha_release: 0.53 ha_quality_scale: internal ha_codeowners: - '@home-assistant/core' ha_domain: input_text -ha_integration_type: integration +ha_integration_type: helper --- 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). diff --git a/source/_integrations/tankerkoenig.markdown b/source/_integrations/tankerkoenig.markdown index d2d278773e0..5e455bd445c 100755 --- a/source/_integrations/tankerkoenig.markdown +++ b/source/_integrations/tankerkoenig.markdown @@ -11,6 +11,7 @@ ha_codeowners: - '@guillempages' - '@mib1185' ha_platforms: + - binary_sensor - sensor ha_config_flow: true ha_integration_type: integration diff --git a/source/_integrations/zengge.markdown b/source/_integrations/zengge.markdown index b9521617caf..a791ff666c0 100644 --- a/source/_integrations/zengge.markdown +++ b/source/_integrations/zengge.markdown @@ -9,6 +9,8 @@ ha_domain: zengge ha_platforms: - light ha_integration_type: integration +ha_codeowners: + - '@emontnemery' --- The `zengge` platform allows you to integrate your [Zengge Bluetooth bulbs](http://www.zengge.com/) into Home Assistant.