mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 01:37:23 +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']
|
default: ['auto', 'low', 'medium', 'high']
|
||||||
type: list
|
type: list
|
||||||
initial:
|
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
|
required: false
|
||||||
type: integer
|
type: integer
|
||||||
default: 21
|
|
||||||
icon:
|
icon:
|
||||||
description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity."
|
description: "[Icon](/docs/configuration/customizing-devices/#icon) for the entity."
|
||||||
required: false
|
required: false
|
||||||
@ -203,7 +202,7 @@ max_humidity:
|
|||||||
type: integer
|
type: integer
|
||||||
default: 99
|
default: 99
|
||||||
max_temp:
|
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
|
type: float
|
||||||
required: false
|
required: false
|
||||||
min_humidity:
|
min_humidity:
|
||||||
@ -212,7 +211,7 @@ min_humidity:
|
|||||||
type: integer
|
type: integer
|
||||||
default: 30
|
default: 30
|
||||||
min_temp:
|
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
|
type: float
|
||||||
required: false
|
required: false
|
||||||
mode_command_template:
|
mode_command_template:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user