Cover position_topic type should be string, not integer (#8314)

This commit is contained in:
aquarium 2019-01-27 15:07:12 -05:00 committed by Franck Nijhof
parent cdb4cfae6b
commit 2d686ce900

View File

@ -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