Default mqtt climate initial, min_temp, max_temp (#27628)

This commit is contained in:
Jan Bouwhuis 2023-06-06 08:34:28 +02:00 committed by GitHub
parent 79c1a7cc71
commit 4db3cab48c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -181,10 +181,9 @@ fan_modes:
default: ['auto', 'low', 'medium', 'high']
type: list
initial:
description: Set the initial target temperature.
description: Set the initial target temperature. The default value depends on the temperature unit and will be 21° or 69.8°F.
required: false
type: integer
default: 21
icon:
description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity."
required: false
@ -203,7 +202,7 @@ max_humidity:
type: integer
default: 99
max_temp:
description: Maximum set point available.
description: Maximum set point available. The default value depends on the temperature unit, and will be 35°C or 95°F.
type: float
required: false
min_humidity:
@ -212,7 +211,7 @@ min_humidity:
type: integer
default: 30
min_temp:
description: Minimum set point available.
description: Minimum set point available. The default value depends on the temperature unit, and will be 7°C or 44.6°F.
type: float
required: false
mode_command_template: