From 2d686ce9004420a2e541256b17b9c3b0588e057d Mon Sep 17 00:00:00 2001 From: aquarium Date: Sun, 27 Jan 2019 15:07:12 -0500 Subject: [PATCH] Cover position_topic type should be string, not integer (#8314) --- source/_components/cover.mqtt.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/cover.mqtt.markdown b/source/_components/cover.mqtt.markdown index cd58e125425..81ce53baa2f 100644 --- a/source/_components/cover.mqtt.markdown +++ b/source/_components/cover.mqtt.markdown @@ -83,7 +83,7 @@ state_closed: position_topic: description: The MQTT topic subscribed to receive cover position messages. If `position_topic` is set `state_topic` is ignored. required: false - type: integer + type: string position_open: description: Number which represents open position. required: false