Correct descriptions mqtt patload_reset options (#29045)

This commit is contained in:
Jan Bouwhuis 2023-09-28 08:31:50 +02:00 committed by GitHub
parent 85185aec4c
commit 8d41522ae9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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