diff --git a/source/_integrations/fan.mqtt.markdown b/source/_integrations/fan.mqtt.markdown index 06e1fe14e61..9cc7d7a23cb 100644 --- a/source/_integrations/fan.mqtt.markdown +++ b/source/_integrations/fan.mqtt.markdown @@ -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' diff --git a/source/_integrations/humidifier.mqtt.markdown b/source/_integrations/humidifier.mqtt.markdown index 835dfabf64c..77ceb813694 100644 --- a/source/_integrations/humidifier.mqtt.markdown +++ b/source/_integrations/humidifier.mqtt.markdown @@ -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' diff --git a/source/_integrations/number.mqtt.markdown b/source/_integrations/number.mqtt.markdown index 65329a9337e..46ee2aed08b 100644 --- a/source/_integrations/number.mqtt.markdown +++ b/source/_integrations/number.mqtt.markdown @@ -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"'