mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 00:36:49 +00:00
Correct descriptions mqtt patload_reset options (#29045)
This commit is contained in:
parent
85185aec4c
commit
8d41522ae9
@ -223,12 +223,12 @@ payload_oscillation_on:
|
||||
type: string
|
||||
default: oscillate_on
|
||||
payload_reset_percentage:
|
||||
description: A special payload that resets the `percentage` state attribute to `None` when received at the `percentage_state_topic`.
|
||||
description: A special payload that resets the `percentage` state attribute to `unknown` when received at the `percentage_state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
default: 'None'
|
||||
payload_reset_preset_mode:
|
||||
description: A special payload that resets the `preset_mode` state attribute to `None` when received at the `preset_mode_state_topic`.
|
||||
description: A special payload that resets the `preset_mode` state attribute to `unknown` when received at the `preset_mode_state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
default: 'None'
|
||||
|
@ -215,12 +215,12 @@ payload_on:
|
||||
type: string
|
||||
default: "ON"
|
||||
payload_reset_humidity:
|
||||
description: A special payload that resets the `target_humidity` state attribute to `None` when received at the `target_humidity_state_topic`.
|
||||
description: A special payload that resets the `target_humidity` state attribute to an `unknown` state when received at the `target_humidity_state_topic`. When received at `current_humidity_topic` it will reset the current humidity state.
|
||||
required: false
|
||||
type: string
|
||||
default: 'None'
|
||||
payload_reset_mode:
|
||||
description: A special payload that resets the `mode` state attribute to `None` when received at the `mode_state_topic`. When received at `current_humidity_topic` it will reset the current humidity state.
|
||||
description: A special payload that resets the `mode` state attribute to an `unknown` state when received at the `mode_state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
default: 'None'
|
||||
|
@ -167,7 +167,7 @@ optimistic:
|
||||
type: boolean
|
||||
default: "`true` if no `state_topic` defined, else `false`."
|
||||
payload_reset:
|
||||
description: A special payload that resets the state to `None` when received on the `state_topic`.
|
||||
description: A special payload that resets the state to `unknown` when received on the `state_topic`.
|
||||
required: false
|
||||
type: string
|
||||
default: '"None"'
|
||||
|
Loading…
x
Reference in New Issue
Block a user