mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +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:
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user