Skip to content

Commit 5eddb98

Browse files
committed
Add deprecated warning and change category
1 parent 229bd22 commit 5eddb98

5 files changed

+22
-10
lines changed

source/_components/garage_door.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ comments: false
88
sharing: true
99
footer: true
1010
---
11-
**This component has been deprecated in favor of the "cover" component and will be removed in the future. Please use cover.**
11+
12+
<p class='note warning'>
13+
**This component has been deprecated in favor of the "[cover](/component/cover/)" component and will be removed in the future. Please use cover.**
14+
</p>
1215

1316
Home Assistant can give you an interface to control any garage door.

source/_components/garage_door.mqtt.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: mqtt.png
11-
ha_category: Garage Door
11+
ha_category: Deprecated
1212
ha_release: 0.18
1313
ha_iot_class: depends
1414
---
1515

16-
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
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>
1719

1820
The `mqtt` garage door platform let you control your MQTT enabled garage door.
1921

source/_components/garage_door.rpi_gpio.markdown

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: raspberry-pi.png
11-
ha_category: Garage Door
11+
ha_category: Deprecated
1212
ha_release: 0.23
1313
---
1414

15-
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
15+
<p class='note warning'>
16+
**This platform has been deprecated in favor of a "[cover](/components/cover.rpi_gpio/)" platform and will be removed in the future. Please use the cover platform.**
17+
</p>
1618

1719
The `rpi_gpio` garage door platform allows you to use a Raspberry Pi to control your Garage door.
1820

19-
It uses two pins on the Raspberry Pi.
21+
It uses two pins on the Raspberry Pi.
22+
2023
- The `state_pin` will detect if the door is closed, and
2124
- the `relay_pin` will trigger the door to open or close.
2225

source/_components/garage_door.wink.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: wink.png
11-
ha_category: Garage Door
11+
ha_category: Deprecated
1212
ha_release: 0.13
1313
---
1414

15-
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
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>
1618

1719
Wink garage door functionality is currently limited to view only. Wink garage doors will still show the current state of the door, but control has been disabled for third parties. If you have a Chamberlain garage door, and would like to control it via Home Assistant, please contact Chamberlain and request that they re-enabled third-party control.
1820

source/_components/garage_door.zwave.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ comments: false
88
sharing: true
99
footer: true
1010
logo: z-wave.png
11-
ha_category: Garage Door
11+
ha_category: Deprecated
1212
ha_release: 0.23
1313
---
1414

15-
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
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>
1618

1719
To get your Z-Wave garage doors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

0 commit comments

Comments
 (0)