Add deprecated warning and change category

This commit is contained in:
Fabian Affolter 2016-08-27 13:00:23 +02:00
parent 7c28c6612b
commit 4e71eb21b2
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
8 changed files with 40 additions and 10 deletions

View file

@ -8,11 +8,14 @@ comments: false
sharing: true
footer: true
logo: mqtt.png
ha_category: Rollershutter
ha_category: Deprecated
ha_release: 0.9
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`.