Skip to content

Commit 4e71eb2

Browse files
committed
Add deprecated warning and change category
1 parent 7c28c66 commit 4e71eb2

8 files changed

+40
-10
lines changed

source/_components/rollershutter.command_line.markdown

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,15 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: command_line.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.14
1313
---
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!
14+
15+
<p class='note warning'>
16+
**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.**
17+
</p>
18+
19+
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!
1520

1621
To enable command_rollershutter in your installation, add the following to your `configuration.yaml` file:
1722

source/_components/rollershutter.homematic.markdown

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,15 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: homematic.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.23
1313
ha_iot_class: "Local Push"
1414
---
1515

16+
<p class='note warning'>
17+
**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.**
18+
</p>
1619

1720
The `homematic` rollershutter platform lets you control [Homematic](http://www.homematic.com/) rollershutters through Home Assistant.
1821

19-
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.
22+
Devices will be configured automatically. Please refer to the [component](/components/homematic/) configuration on how to setup Homematic.

source/_components/rollershutter.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ sharing: true
99
footer: true
1010
---
1111

12-
**This component has been deprecated in favor of the "cover" component and will be removed in the future. Please use cover.**
12+
<p class='note warning'>
13+
**This component has been deprecated in favor of the "[cover](/components/cover/)" component and will be removed in the future. Please use cover.**
14+
</p>
1315

1416
Home Assistant can give you an interface to control any rollershutters.

source/_components/rollershutter.mqtt.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: mqtt.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.9
1313
ha_iot_class: depends
1414
---
1515

16+
<p class='note warning'>
17+
**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.**
18+
</p>
1619

1720
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`.
1821

source/_components/rollershutter.rfxtrx.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: rfxtrx.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.21
1313
---
1414

15+
<p class='note warning'>
16+
**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.**
17+
</p>
18+
1519
The `rfxtrx` platform supports Siemens/LightwaveRF and RFY roller shutters that communicate in the frequency range of 433.92 MHz.
1620

1721
First you have to set up your [rfxtrx hub](/components/rfxtrx/).

source/_components/rollershutter.scsgate.markdown

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,13 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: bus_scs.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
---
13+
14+
<p class='note warning'>
15+
**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.**
16+
</p>
17+
1318
The SCSGate device can control motirized roller shutters connected to the BTicino MyHome system.
1419

1520
To enable SCSGate roller shutters in your installation, add the following to your `configuration.yaml` file:

source/_components/rollershutter.wink.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,14 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: wink.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.22
1313
---
1414

15+
<p class='note warning'>
16+
**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.**
17+
</p>
18+
1519
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.
1620

1721
The Wink API currently doesn't provide status for shades.

source/_components/rollershutter.zwave.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: z-wave.png
11-
ha_category: Rollershutter
11+
ha_category: Deprecated
1212
ha_release: 0.23
1313
---
1414

15+
<p class='note warning'>
16+
**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.**
17+
</p>
18+
1519
To get your Z-Wave rollershutters working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

0 commit comments

Comments
 (0)