mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 05:16:49 +00:00
Add tilt stop feature to MQTT cover (#37857)
* Update mqtt cover. * Sort by key * Update source/_integrations/cover.mqtt.markdown Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com> * append abbreviations --------- Co-authored-by: Jan Bouwhuis <jbouwh@users.noreply.github.com>
This commit is contained in:
parent
7de735db17
commit
93a396b1d7
@ -203,6 +203,11 @@ payload_stop:
|
||||
required: false
|
||||
type: string
|
||||
default: STOP
|
||||
payload_stop_tilt:
|
||||
description: The command payload that stops the tilt.
|
||||
required: false
|
||||
type: string
|
||||
default: stop
|
||||
platform:
|
||||
description: Must be `cover`. Only allowed and required in [MQTT auto discovery device messages](/integrations/mqtt/#device-discovery-payload).
|
||||
required: true
|
||||
|
@ -838,6 +838,7 @@ support_url:
|
||||
'pl_rst_pct': 'payload_reset_percentage',
|
||||
'pl_rst_pr_mode': 'payload_reset_preset_mode',
|
||||
'pl_stop': 'payload_stop',
|
||||
'pl_stop_tilt': 'payload_stop_tilt',
|
||||
'pl_stpa': 'payload_start_pause',
|
||||
'pl_strt': 'payload_start',
|
||||
'pl_toff': 'payload_turn_off',
|
||||
|
Loading…
x
Reference in New Issue
Block a user