Add deprecated warning and change category

This commit is contained in:
Fabian Affolter 2016-08-27 12:45:06 +02:00
parent 229bd22f74
commit 5eddb981a2
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336
5 changed files with 22 additions and 10 deletions

View File

@ -8,6 +8,9 @@ comments: false
sharing: 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](/component/cover/)" component and will be removed in the future. Please use cover.**
</p>
Home Assistant can give you an interface to control any garage door.

View File

@ -8,12 +8,14 @@ comments: false
sharing: true
footer: true
logo: mqtt.png
ha_category: Garage Door
ha_category: Deprecated
ha_release: 0.18
ha_iot_class: depends
---
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
<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` garage door platform let you control your MQTT enabled garage door.

View File

@ -8,15 +8,18 @@ comments: false
sharing: true
footer: true
logo: raspberry-pi.png
ha_category: Garage Door
ha_category: Deprecated
ha_release: 0.23
---
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
<p class='note warning'>
**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.**
</p>
The `rpi_gpio` garage door platform allows you to use a Raspberry Pi to control your Garage door.
It uses two pins on the Raspberry Pi.
It uses two pins on the Raspberry Pi.
- The `state_pin` will detect if the door is closed, and
- the `relay_pin` will trigger the door to open or close.

View File

@ -8,11 +8,13 @@ comments: false
sharing: true
footer: true
logo: wink.png
ha_category: Garage Door
ha_category: Deprecated
ha_release: 0.13
---
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
<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>
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.

View File

@ -8,10 +8,12 @@ comments: false
sharing: true
footer: true
logo: z-wave.png
ha_category: Garage Door
ha_category: Deprecated
ha_release: 0.23
---
**This platform has been deprecated in favor of a "cover" platform and will be removed in the future. Please use the cover platform.**
<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 garage doors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).