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."
ha_category:
- Alarm
- Helper
ha_release: 0.105
ha_iot_class: "Local Push"
ha_qa_scale: internal
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
ha_domain: template
ha_platforms:
- alarm_control_panel
ha_integration_type: helper
related:
- docs: /docs/configuration/
title: Configuration file

View File

@ -3,10 +3,19 @@ title: "Template cover"
description: "Instructions on how to integrate template covers into Home Assistant."
ha_category:
- Cover
- Helper
ha_release: 0.48
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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

View File

@ -3,10 +3,19 @@ title: "Template fan"
description: "Instructions how to setup the template fans within Home Assistant."
ha_category:
- Fan
- Helper
ha_release: 0.69
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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

View File

@ -3,10 +3,19 @@ title: "Template Light"
description: "Instructions on how to integrate Template Lights into Home Assistant."
ha_category:
- Light
- Helper
ha_release: 0.46
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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

View File

@ -3,10 +3,19 @@ title: "Template Lock"
description: "Instructions on how to integrate Template Locks into Home Assistant."
ha_category:
- Lock
- Helper
ha_release: 0.81
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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.

View File

@ -3,10 +3,19 @@ title: "Template Switch"
description: "Instructions on how to integrate Template Switches into Home Assistant."
ha_category:
- Switch
- Helper
ha_release: 0.13
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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.

View File

@ -34,6 +34,9 @@ ha_platforms:
- weather
ha_integration_type: helper
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.

View File

@ -3,10 +3,19 @@ title: "Template vacuum"
description: "Instructions how to setup template vacuums within Home Assistant."
ha_category:
- Vacuum
- Helper
ha_release: 0.96
ha_iot_class: Local Push
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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

View File

@ -3,10 +3,19 @@ title: "Template Weather Provider"
description: "Instructions on how to integrate Template Weather provider into Home Assistant."
ha_category:
- Weather
- Helper
ha_release: 2021.3
ha_iot_class: "Local Push"
ha_qa_scale: internal
ha_quality_scale: internal
ha_codeowners:
- '@home-assistant/core'
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.