Aligns information across Template helper platforms' documentation pages. (#33645)

This commit is contained in:
dougiteixeira 2024-07-09 03:42:28 -03:00 committed by GitHub
parent 019bdac5f7
commit 5c942d2b6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 75 additions and 3 deletions

View File

@ -3,10 +3,16 @@ title: "Template Alarm control panel"
description: "Instructions on how to integrate template alarm control panels into Home Assistant." description: "Instructions on how to integrate template alarm control panels into Home Assistant."
ha_category: ha_category:
- Alarm - Alarm
- Helper
ha_release: 0.105 ha_release: 0.105
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
ha_qa_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- alarm_control_panel
ha_integration_type: helper
related: related:
- docs: /docs/configuration/ - docs: /docs/configuration/
title: Configuration file title: Configuration file

View File

@ -3,10 +3,19 @@ title: "Template cover"
description: "Instructions on how to integrate template covers into Home Assistant." description: "Instructions on how to integrate template covers into Home Assistant."
ha_category: ha_category:
- Cover - Cover
- Helper
ha_release: 0.48 ha_release: 0.48
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- cover
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` platform can create covers that combine integrations and provides The `template` platform can create covers that combine integrations and provides

View File

@ -3,10 +3,19 @@ title: "Template fan"
description: "Instructions how to setup the template fans within Home Assistant." description: "Instructions how to setup the template fans within Home Assistant."
ha_category: ha_category:
- Fan - Fan
- Helper
ha_release: 0.69 ha_release: 0.69
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- fan
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The **Template** {% term integration %} creates fans that combine integrations and provides the The **Template** {% term integration %} creates fans that combine integrations and provides the

View File

@ -3,10 +3,19 @@ title: "Template Light"
description: "Instructions on how to integrate Template Lights into Home Assistant." description: "Instructions on how to integrate Template Lights into Home Assistant."
ha_category: ha_category:
- Light - Light
- Helper
ha_release: 0.46 ha_release: 0.46
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- light
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` platform creates lights that combine integrations and provides the The `template` platform creates lights that combine integrations and provides the

View File

@ -3,10 +3,19 @@ title: "Template Lock"
description: "Instructions on how to integrate Template Locks into Home Assistant." description: "Instructions on how to integrate Template Locks into Home Assistant."
ha_category: ha_category:
- Lock - Lock
- Helper
ha_release: 0.81 ha_release: 0.81
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- lock
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` platform creates locks that combines components. The `template` platform creates locks that combines components.
@ -197,4 +206,4 @@ In `secrets.yaml`:
garage_door_pin: "1234" garage_door_pin: "1234"
``` ```
{% endraw %} {% endraw %}

View File

@ -3,10 +3,19 @@ title: "Template Switch"
description: "Instructions on how to integrate Template Switches into Home Assistant." description: "Instructions on how to integrate Template Switches into Home Assistant."
ha_category: ha_category:
- Switch - Switch
- Helper
ha_release: 0.13 ha_release: 0.13
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- switch
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` platform creates switches that combines components. The `template` platform creates switches that combines components.

View File

@ -34,6 +34,9 @@ ha_platforms:
- weather - weather
ha_integration_type: helper ha_integration_type: helper
ha_config_flow: true ha_config_flow: true
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` integration allows creating entities which derive their values from other data. This is done by specifying [templates](/docs/configuration/templating/) for properties of an entity, like the name or the state. The `template` integration allows creating entities which derive their values from other data. This is done by specifying [templates](/docs/configuration/templating/) for properties of an entity, like the name or the state.

View File

@ -3,10 +3,19 @@ title: "Template vacuum"
description: "Instructions how to setup template vacuums within Home Assistant." description: "Instructions how to setup template vacuums within Home Assistant."
ha_category: ha_category:
- Vacuum - Vacuum
- Helper
ha_release: 0.96 ha_release: 0.96
ha_iot_class: Local Push ha_iot_class: Local Push
ha_quality_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- vacuum
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` platform creates vacuums that combine integrations and provides the The `template` platform creates vacuums that combine integrations and provides the

View File

@ -3,10 +3,19 @@ title: "Template Weather Provider"
description: "Instructions on how to integrate Template Weather provider into Home Assistant." description: "Instructions on how to integrate Template Weather provider into Home Assistant."
ha_category: ha_category:
- Weather - Weather
- Helper
ha_release: 2021.3 ha_release: 2021.3
ha_iot_class: "Local Push" ha_iot_class: "Local Push"
ha_qa_scale: internal ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template ha_domain: template
ha_platforms:
- weather
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file
--- ---
The `template` integrations creates weather provider that combines integrations and an existing weather provider into a fused weather provider. The `template` integrations creates weather provider that combines integrations and an existing weather provider into a fused weather provider.