mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Default mqtt climate initial, min_temp, max_temp (#27628)
This commit is contained in:
parent
79c1a7cc71
commit
4db3cab48c
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user