mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add deprecated warning and change category
This commit is contained in:
parent
7c28c6612b
commit
4e71eb21b2
@ -8,10 +8,15 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: command_line.png
|
logo: command_line.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.14
|
ha_release: 0.14
|
||||||
---
|
---
|
||||||
A rollershutter platform that issues specific commands when it is moved up, down and stopped. This might very well become our most powerful platform as it allows anyone to integrate any type of rollershutter into Home Assistant that can be controlled from the command line, including calling other scripts!
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.command_line/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
|
A `rollershutter` platform that issues specific commands when it is moved up, down and stopped. This might very well become our most powerful platform as it allows anyone to integrate any type of rollershutter into Home Assistant that can be controlled from the command line, including calling other scripts!
|
||||||
|
|
||||||
To enable command_rollershutter in your installation, add the following to your `configuration.yaml` file:
|
To enable command_rollershutter in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
@ -8,12 +8,15 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: homematic.png
|
logo: homematic.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.23
|
ha_release: 0.23
|
||||||
ha_iot_class: "Local Push"
|
ha_iot_class: "Local Push"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.homematic/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
The `homematic` rollershutter platform lets you control [Homematic](http://www.homematic.com/) rollershutters through Home Assistant.
|
The `homematic` rollershutter platform lets you control [Homematic](http://www.homematic.com/) rollershutters through Home Assistant.
|
||||||
|
|
||||||
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.
|
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.
|
||||||
|
@ -9,6 +9,8 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
**This component has been deprecated in favor of the "cover" component and will be removed in the future. Please use cover.**
|
<p class='note warning'>
|
||||||
|
**This component has been deprecated in favor of the "[cover](/components/cover/)" component and will be removed in the future. Please use cover.**
|
||||||
|
</p>
|
||||||
|
|
||||||
Home Assistant can give you an interface to control any rollershutters.
|
Home Assistant can give you an interface to control any rollershutters.
|
||||||
|
@ -8,11 +8,14 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: mqtt.png
|
logo: mqtt.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.9
|
ha_release: 0.9
|
||||||
ha_iot_class: depends
|
ha_iot_class: depends
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.mqtt/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
The `mqtt` rollershutter platform enables the possibility to control an MQTT rollershutter. The device state will be updated only after receiving the a new state from `state_topic`. If these messages are published with RETAIN flag, the MQTT device will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state will be `unknown`.
|
The `mqtt` rollershutter platform enables the possibility to control an MQTT rollershutter. The device state will be updated only after receiving the a new state from `state_topic`. If these messages are published with RETAIN flag, the MQTT device will receive an instant state update after subscription and will start with correct state. Otherwise, the initial state will be `unknown`.
|
||||||
|
|
||||||
|
@ -8,10 +8,14 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: rfxtrx.png
|
logo: rfxtrx.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.21
|
ha_release: 0.21
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.rfxtrx/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
The `rfxtrx` platform supports Siemens/LightwaveRF and RFY roller shutters that communicate in the frequency range of 433.92 MHz.
|
The `rfxtrx` platform supports Siemens/LightwaveRF and RFY roller shutters that communicate in the frequency range of 433.92 MHz.
|
||||||
|
|
||||||
First you have to set up your [rfxtrx hub](/components/rfxtrx/).
|
First you have to set up your [rfxtrx hub](/components/rfxtrx/).
|
||||||
|
@ -8,8 +8,13 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: bus_scs.png
|
logo: bus_scs.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.scsgate/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
The SCSGate device can control motirized roller shutters connected to the BTicino MyHome system.
|
The SCSGate device can control motirized roller shutters connected to the BTicino MyHome system.
|
||||||
|
|
||||||
To enable SCSGate roller shutters in your installation, add the following to your `configuration.yaml` file:
|
To enable SCSGate roller shutters in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
@ -8,10 +8,14 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: wink.png
|
logo: wink.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.22
|
ha_release: 0.22
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.wink/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
The `wink` rollershutter platform allows you to control your [Wink](http://www.wink.com/) enabled rollershutters. It supports Wink shades/blinds/rollershutters such as the Bali Somfy or Lutron Serena blinds.
|
The `wink` rollershutter platform allows you to control your [Wink](http://www.wink.com/) enabled rollershutters. It supports Wink shades/blinds/rollershutters such as the Bali Somfy or Lutron Serena blinds.
|
||||||
|
|
||||||
The Wink API currently doesn't provide status for shades.
|
The Wink API currently doesn't provide status for shades.
|
||||||
|
@ -8,8 +8,12 @@ comments: false
|
|||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
logo: z-wave.png
|
logo: z-wave.png
|
||||||
ha_category: Rollershutter
|
ha_category: Deprecated
|
||||||
ha_release: 0.23
|
ha_release: 0.23
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<p class='note warning'>
|
||||||
|
**This platform has been deprecated in favor of a "[cover](/components/cover.zwave/)" platform and will be removed in the future. Please use the cover platform.**
|
||||||
|
</p>
|
||||||
|
|
||||||
To get your Z-Wave rollershutters working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
To get your Z-Wave rollershutters working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user