mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 04:16:48 +00:00
Template docs: update links to point to template docs page (#39608)
This commit is contained in:
parent
4958d23bb3
commit
20e5ea827d
@ -12,12 +12,12 @@ ha_integration_type: entity
|
||||
related:
|
||||
- docs: /integrations/manual/
|
||||
title: Manual alarm
|
||||
- docs: /integrations/alarm_control_panel.template/
|
||||
- docs: /integrations/template/#alarm-control-panel
|
||||
title: Template alarm
|
||||
---
|
||||
|
||||
Home Assistant can give you an interface which is similar to a classic alarm system.
|
||||
Please see [manual alarm](/integrations/manual) or [template alarm](/integrations/alarm_control_panel.template) for alarm configuration.
|
||||
Please see [manual alarm](/integrations/manual) or [template alarm](/integrations/template/#alarm-control-panel) for alarm configuration.
|
||||
|
||||
{% include integrations/building_block_integration.md %}
|
||||
|
||||
|
@ -105,7 +105,7 @@ Even though most Overkiz hubs support adding Zigbee, Z-Wave, Hue, and Sonos devi
|
||||
|
||||
### Stateless RTS covers
|
||||
|
||||
RTS covers do not report their state back to the hub, so Home Assistant cannot track their state after they are controlled. If you only control your RTS cover from Home Assistant, you can use the [template cover](/integrations/cover.template/) to create a stateful cover entity. This will help you track the current state (open or closed) and use the cover in automations and scenes.
|
||||
RTS covers do not report their state back to the hub, so Home Assistant cannot track their state after they are controlled. If you only control your RTS cover from Home Assistant, you can use the [template cover](/integrations/template/#cover) to create a stateful cover entity. This will help you track the current state (open or closed) and use the cover in automations and scenes.
|
||||
|
||||
```yaml
|
||||
cover:
|
||||
|
@ -260,7 +260,7 @@ The close button will close the blinds to the closest closed position (either 0%
|
||||
|
||||
##### Simple cover template entity
|
||||
|
||||
Some integrations may expose your SwitchBot Blind Tilt to other actions which expect that 100% is open and 0% is fully closed. Using a [Cover Template](/integrations/cover.template), a proxy entity can be created which will be open at 100% and closed at 0%. This template entity is limited to closing in one direction.
|
||||
Some integrations may expose your SwitchBot Blind Tilt to other actions which expect that 100% is open and 0% is fully closed. Using a [Cover Template](/integrations/template/#cover), a proxy entity can be created which will be open at 100% and closed at 0%. This template entity is limited to closing in one direction.
|
||||
|
||||
{% raw %}
|
||||
|
||||
|
@ -108,7 +108,7 @@ Not only did we gain a lot of test coverage, we also attracted a lot of new deve
|
||||
[Snapcast]: /integrations/snapcast
|
||||
[mqtt-publish]: /integrations/mqtt/#publish-service
|
||||
[REST]: /integrations/notify.rest/
|
||||
[template]: /integrations/switch.template/
|
||||
[template]: /integrations/template/#switch
|
||||
[Honeywell]: /integrations/honeywell/
|
||||
[zwave-polling]: /integrations/zwave/#configuration
|
||||
[zwave-scene]: /integrations/zwave/#events
|
||||
|
@ -127,18 +127,18 @@ layout: null
|
||||
/components/cover.group /integrations/cover.group
|
||||
/components/cover.mqtt /integrations/cover.mqtt
|
||||
/components/cover.mysensors /integrations/mysensors#cover
|
||||
/components/cover.template /integrations/cover.template
|
||||
/components/cover.template /integrations/template/#cover
|
||||
/components/device_tracker.mqtt /integrations/device_tracker.mqtt
|
||||
/components/device_tracker.mysensors /integrations/mysensors#device-tracker
|
||||
/components/fan.mqtt /integrations/fan.mqtt
|
||||
/components/fan.template /integrations/fan.template
|
||||
/components/fan.template /integrations/template/#fan
|
||||
/components/light.group /integrations/light.group
|
||||
/components/light.mqtt /integrations/light.mqtt
|
||||
/components/light.mysensors /integrations/mysensors#light
|
||||
/components/light.switch /integrations/light.switch
|
||||
/components/light.template /integrations/light.template
|
||||
/components/light.template /integrations/template/#light
|
||||
/components/lock.mqtt /integrations/lock.mqtt
|
||||
/components/lock.template /integrations/lock.template
|
||||
/components/lock.template /integrations/template/#lock
|
||||
/components/notify.command_line /integrations/notify.command_line
|
||||
/components/notify.group /integrations/notify.group
|
||||
/components/notify.mysensors /integrations/mysensors#notify
|
||||
@ -151,18 +151,18 @@ layout: null
|
||||
/components/switch.mqtt /integrations/switch.mqtt
|
||||
/components/switch.mysensors /integrations/mysensors#switch
|
||||
/components/switch.rest /integrations/switch.rest
|
||||
/components/switch.template /integrations/switch.template
|
||||
/components/switch.template /integrations/template/#switch
|
||||
/components/telegram_bot.broadcast /integrations/telegram_broadcast
|
||||
/components/telegram_bot.polling /integrations/telegram_polling
|
||||
/components/telegram_bot.webhooks /integrations/telegram_webhooks
|
||||
/components/vacuum.mqtt /integrations/vacuum.mqtt
|
||||
/components/vacuum.template /integrations/vacuum.template
|
||||
/components/vacuum.template /integrations/template/#vacuum
|
||||
/integrations/binary_sensor.group /integrations/group
|
||||
/integrations/binary_sensor.knx /integrations/knx#binary-sensor
|
||||
/integrations/binary_sensor.modbus /integrations/modbus/#configuring-binary-sensor-entities
|
||||
/integrations/binary_sensor.mysensors /integrations/mysensors#binary-sensor
|
||||
/integrations/binary_sensor.rflink /integrations/rflink/#binary-sensor
|
||||
/integrations/binary_sensor.template /integrations/template/#binary_sensor
|
||||
/integrations/binary_sensor.template /integrations/template/#binary-sensor
|
||||
/integrations/binary_sensor.xiaomi_aqara/ /integrations/xiaomi_aqara/#binary-sensor
|
||||
/integrations/climate.knx /integrations/knx#climate
|
||||
/integrations/climate.modbus/ /integrations/modbus/#configuring-climate-entities
|
||||
|
Loading…
x
Reference in New Issue
Block a user