mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Cover position_topic type should be string, not integer (#8314)
This commit is contained in:
parent
cdb4cfae6b
commit
2d686ce900
@ -83,7 +83,7 @@ state_closed:
|
|||||||
position_topic:
|
position_topic:
|
||||||
description: The MQTT topic subscribed to receive cover position messages. If `position_topic` is set `state_topic` is ignored.
|
description: The MQTT topic subscribed to receive cover position messages. If `position_topic` is set `state_topic` is ignored.
|
||||||
required: false
|
required: false
|
||||||
type: integer
|
type: string
|
||||||
position_open:
|
position_open:
|
||||||
description: Number which represents open position.
|
description: Number which represents open position.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user