mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
2022.4: Sync with codebase
This commit is contained in:
parent
e8df4fd440
commit
ec6d32bdda
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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).
|
||||
|
@ -11,6 +11,7 @@ ha_codeowners:
|
||||
- '@guillempages'
|
||||
- '@mib1185'
|
||||
ha_platforms:
|
||||
- binary_sensor
|
||||
- sensor
|
||||
ha_config_flow: true
|
||||
ha_integration_type: integration
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user